Uses of Class
com.blockchyp.client.dto.BuyRateLineItem
Packages that use BuyRateLineItem
-
Uses of BuyRateLineItem in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type BuyRateLineItemModifier and TypeMethodDescriptionPartnerCommissionBreakdownResponse.getBuyRateLineItems()Gets the list of line items documenting how the total buy rate was calculated.Methods in com.blockchyp.client.dto with parameters of type BuyRateLineItemModifier and TypeMethodDescriptionvoidPartnerCommissionBreakdownResponse.addBuyRateLineItem(BuyRateLineItem value) Adds a the list of line items documenting how the total buy rate was calculated.Method parameters in com.blockchyp.client.dto with type arguments of type BuyRateLineItemModifier and TypeMethodDescriptionvoidPartnerCommissionBreakdownResponse.setBuyRateLineItems(Collection<BuyRateLineItem> value) Sets the list of line items documenting how the total buy rate was calculated.