Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.ShippingOption
Packages that use ShippingOption
Package
Description
-
Uses of ShippingOption in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return ShippingOptionModifier and TypeMethodDescriptionShippingCallbackRequest.getShippingOption()The selected shipping option (if available).Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return types with arguments of type ShippingOptionModifier and TypeMethodDescriptionPurchaseUnitInfo.getShippingOptions()The list of shipping options that are offered to the customer to ship or pick up their items.ShippingDetail.getShippingOptions()A list of shipping options offered to the customer to ship or pick up their items.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type ShippingOptionModifier and TypeMethodDescriptionvoidShippingCallbackRequest.setShippingOption(ShippingOption shippingOption) The selected shipping option (if available).Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type ShippingOptionModifier and TypeMethodDescriptionvoidPurchaseUnitInfo.setShippingOptions(List<ShippingOption> shippingOptions) The list of shipping options that are offered to the customer to ship or pick up their items.voidShippingDetail.setShippingOptions(List<ShippingOption> shippingOptions) A list of shipping options offered to the customer to ship or pick up their items. -
Uses of ShippingOption in com.broadleafcommerce.paypal.micro.gateway.service
Methods in com.broadleafcommerce.paypal.micro.gateway.service that return types with arguments of type ShippingOptionModifier and TypeMethodDescriptionprotected List<ShippingOption>DefaultPayPalCheckoutHostedService.buildShippingOptions(@NonNull List<com.broadleafcommerce.paymentgateway.domain.FulfillmentOption> fulfillmentOptions)