Uses of Class
com.blockchyp.client.dto.AggregateBillingLineItem
Packages that use AggregateBillingLineItem
-
Uses of AggregateBillingLineItem in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type AggregateBillingLineItemModifier and TypeMethodDescriptionPartnerCommissionBreakdownResponse.getCardBrandCostDetails()Gets the nested list of costs levied by the card brands, grouped by card brand and type.AggregateBillingLineItem.getDetailLines()Gets encapsulated drill down or detail lines.PartnerCommissionBreakdownResponse.getRevenueDetails()Gets the list of detail lines describing how revenue was calculated and collected by the sponsor bank.Methods in com.blockchyp.client.dto with parameters of type AggregateBillingLineItemModifier and TypeMethodDescriptionvoidPartnerCommissionBreakdownResponse.addCardBrandCostDetail(AggregateBillingLineItem value) Adds a the nested list of costs levied by the card brands, grouped by card brand and type.voidAggregateBillingLineItem.addDetailLine(AggregateBillingLineItem value) Adds a encapsulated drill down or detail lines.voidPartnerCommissionBreakdownResponse.addRevenueDetail(AggregateBillingLineItem value) Adds a the list of detail lines describing how revenue was calculated and collected by the sponsor bank.Method parameters in com.blockchyp.client.dto with type arguments of type AggregateBillingLineItemModifier and TypeMethodDescriptionvoidPartnerCommissionBreakdownResponse.setCardBrandCostDetails(Collection<AggregateBillingLineItem> value) Sets the nested list of costs levied by the card brands, grouped by card brand and type.voidAggregateBillingLineItem.setDetailLines(Collection<AggregateBillingLineItem> value) Sets encapsulated drill down or detail lines.voidPartnerCommissionBreakdownResponse.setRevenueDetails(Collection<AggregateBillingLineItem> value) Sets the list of detail lines describing how revenue was calculated and collected by the sponsor bank.