Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.PurchaseUnit
Packages that use PurchaseUnit
Package
Description
-
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.ShippingCallbackRequest.getPurchaseUnits()A list of purchase units.Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type PurchaseUnitModifier and TypeMethodDescriptionvoidOrder.setPurchaseUnits(List<PurchaseUnit> purchaseUnits) An array of purchase units.voidOrderRequest.setPurchaseUnits(List<PurchaseUnit> purchaseUnits) An array of purchase units.voidShippingCallbackRequest.setPurchaseUnits(List<PurchaseUnit> purchaseUnits) A list of purchase units. -
Uses of PurchaseUnit in com.broadleafcommerce.paypal.micro.gateway.service
Methods in com.broadleafcommerce.paypal.micro.gateway.service with parameters of type PurchaseUnitModifier and TypeMethodDescriptionprotected voidDefaultPayPalCheckoutHostedService.determineAndBuildAddressToUse(@NonNull com.broadleafcommerce.paymentgateway.domain.ExternalGatewayFulfillmentUpdate fulfillmentUpdate, @NonNull ShippingCallbackRequest shippingCallbackRequest, @NonNull PurchaseUnit purchaseUnit, @NonNull Order updatedOrder) protected AddressPortableDefaultPayPalCheckoutHostedService.findAndValidateAddressToUse(@NonNull ShippingCallbackRequest shippingCallbackRequest, @NonNull PurchaseUnit purchaseUnit, @NonNull Order updatedOrder)