Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PurchaseUnit
Packages that use PurchaseUnit
-
Uses of PurchaseUnit in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return types with arguments of type PurchaseUnitModifier and TypeMethodDescriptionOrder.getPurchaseUnits()
An array of purchase units.OrderRequest.getPurchaseUnits()
An array of purchase units.Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type PurchaseUnitModifier and TypeMethodDescriptionvoid
Order.setPurchaseUnits
(List<PurchaseUnit> purchaseUnits) An array of purchase units.void
OrderRequest.setPurchaseUnits
(List<PurchaseUnit> purchaseUnits) An array of purchase units.