Class ShippingCallbackRequest
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.ShippingCallbackRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRedacted shipping address to be used for shipping options and tax calculations.getId()The PayPal order ID.A list of purchase units.The selected shipping option (if available).voidsetAddressPortable(AddressPortable addressPortable) Redacted shipping address to be used for shipping options and tax calculations.voidThe PayPal order ID.voidsetPurchaseUnits(List<PurchaseUnit> purchaseUnits) A list of purchase units.voidsetShippingOption(ShippingOption shippingOption) The selected shipping option (if available).
-
Constructor Details
-
ShippingCallbackRequest
public ShippingCallbackRequest()
-
-
Method Details
-
setId
The PayPal order ID. -
setPurchaseUnits
A list of purchase units. At present only 1 purchase_unit is supported. -
setAddressPortable
Redacted shipping address to be used for shipping options and tax calculations. -
setShippingOption
The selected shipping option (if available). -
getId
The PayPal order ID. -
getPurchaseUnits
A list of purchase units. At present only 1 purchase_unit is supported. -
getAddressPortable
Redacted shipping address to be used for shipping options and tax calculations. -
getShippingOption
The selected shipping option (if available).
-