Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PurchaseUnit
-
Packages that use PurchaseUnit Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders -
-
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 PurchaseUnit Modifier and Type Method Description List<PurchaseUnit>Order. getPurchaseUnits()An array of purchase units.List<PurchaseUnit>OrderRequest. getPurchaseUnits()An array of purchase units.Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type PurchaseUnit Modifier and Type Method Description voidOrder. setPurchaseUnits(List<PurchaseUnit> purchaseUnits)An array of purchase units.voidOrderRequest. setPurchaseUnits(List<PurchaseUnit> purchaseUnits)An array of purchase units.
-