Uses of Class
com.blockchyp.client.dto.PartnerStatementAdjustment
Packages that use PartnerStatementAdjustment
-
Uses of PartnerStatementAdjustment in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type PartnerStatementAdjustmentModifier and TypeMethodDescriptionPartnerStatementDetailResponse.getAdjustments()Gets the list of adjustments made against the statement, if any.Methods in com.blockchyp.client.dto with parameters of type PartnerStatementAdjustmentModifier and TypeMethodDescriptionvoidPartnerStatementDetailResponse.addAdjustment(PartnerStatementAdjustment value) Adds a the list of adjustments made against the statement, if any.Method parameters in com.blockchyp.client.dto with type arguments of type PartnerStatementAdjustmentModifier and TypeMethodDescriptionvoidPartnerStatementDetailResponse.setAdjustments(Collection<PartnerStatementAdjustment> value) Sets the list of adjustments made against the statement, if any.