Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.ShippingDetail
-
Packages that use ShippingDetail Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders com.broadleafcommerce.paypal.micro.service -
-
Uses of ShippingDetail in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return ShippingDetail Modifier and Type Method Description ShippingDetailPurchaseUnit. 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 ShippingDetail Modifier and Type Method Description voidPurchaseUnit. 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 ShippingDetail Modifier and Type Method Description protected ShippingDetailDefaultPayPalOrderService. constructShippingDetail(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
-