Uses of Class
com.blockchyp.client.dto.AggregateBillingLineItemStats
Packages that use AggregateBillingLineItemStats
-
Uses of AggregateBillingLineItemStats in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return AggregateBillingLineItemStatsModifier and TypeMethodDescriptionAggregateBillingLineItem.getPerTranFeeRange()Gets the range of count based fees charged for the given line item.AggregateBillingLineItem.getTransactionPercentageRange()Gets the range of percentage based fees charged for the given line item.Methods in com.blockchyp.client.dto with parameters of type AggregateBillingLineItemStatsModifier and TypeMethodDescriptionvoidAggregateBillingLineItem.setPerTranFeeRange(AggregateBillingLineItemStats value) Sets the range of count based fees charged for the given line item.voidAggregateBillingLineItem.setTransactionPercentageRange(AggregateBillingLineItemStats value) Sets the range of percentage based fees charged for the given line item.