Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.NetAmountBreakdownItem
Packages that use NetAmountBreakdownItem
-
Uses of NetAmountBreakdownItem in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return types with arguments of type NetAmountBreakdownItemModifier and TypeMethodDescriptionMerchantPayableBreakdown.getNetAmountBreakdown()An array of breakdown values for the net amount.Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type NetAmountBreakdownItemModifier and TypeMethodDescriptionvoidMerchantPayableBreakdown.setNetAmountBreakdown(List<NetAmountBreakdownItem> netAmountBreakdown) An array of breakdown values for the net amount.