Class ShippingCallbackRequest

java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.ShippingCallbackRequest
All Implemented Interfaces:
Serializable

public class ShippingCallbackRequest extends Object implements Serializable
See Also:
  • Constructor Details

    • ShippingCallbackRequest

      public ShippingCallbackRequest()
  • Method Details

    • setId

      public void setId(String id)
      The PayPal order ID.
    • setPurchaseUnits

      public void setPurchaseUnits(List<PurchaseUnit> purchaseUnits)
      A list of purchase units. At present only 1 purchase_unit is supported.
    • setAddressPortable

      public void setAddressPortable(AddressPortable addressPortable)
      Redacted shipping address to be used for shipping options and tax calculations.
    • setShippingOption

      public void setShippingOption(ShippingOption shippingOption)
      The selected shipping option (if available).
    • getId

      public String getId()
      The PayPal order ID.
    • getPurchaseUnits

      public List<PurchaseUnit> getPurchaseUnits()
      A list of purchase units. At present only 1 purchase_unit is supported.
    • getAddressPortable

      public AddressPortable getAddressPortable()
      Redacted shipping address to be used for shipping options and tax calculations.
    • getShippingOption

      public ShippingOption getShippingOption()
      The selected shipping option (if available).