Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.ShippingDetail
Packages that use ShippingDetail
Package
Description
-
Uses of ShippingDetail in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return ShippingDetailModifier and TypeMethodDescriptionPurchaseUnit.getShippingDetail()
The name and address of the person to whom to ship the items.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type ShippingDetailModifier and TypeMethodDescriptionvoid
PurchaseUnit.setShippingDetail
(ShippingDetail shippingDetail) The name and address of the person to whom to ship the items. -
Uses of ShippingDetail in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return ShippingDetailModifier and TypeMethodDescriptionprotected ShippingDetail
DefaultPayPalOrderService.constructShippingDetail
(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)