Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.NetAmountBreakdownItem
-
Packages that use NetAmountBreakdownItem Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders -
-
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 NetAmountBreakdownItem Modifier and Type Method Description List<NetAmountBreakdownItem>
MerchantPayableBreakdown. 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 NetAmountBreakdownItem Modifier and Type Method Description void
MerchantPayableBreakdown. setNetAmountBreakdown(List<NetAmountBreakdownItem> netAmountBreakdown)
An array of breakdown values for the net amount.
-