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

public class ShippingDetail extends Object implements Serializable
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • ShippingDetail

      public ShippingDetail()
  • Method Details

    • setAddressPortable

      public void setAddressPortable(AddressPortable addressPortable)
      The address of the person to whom to ship the items. Supports only the "address_line_1", "address_line_2", "admin_area_1", "admin_area_2", "postal_code", and "country_code" properties.
    • setName

      public void setName(Name name)
      The name of the person to whom to ship the items. Supports only the "full_name" property.
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
      The email address of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery.
    • setPhoneNumber

      public void setPhoneNumber(Phone phoneNumber)
      The phone number of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery.
    • setShippingOptions

      public void setShippingOptions(List<ShippingOption> shippingOptions)
      A list of shipping options offered to the customer to ship or pick up their items.
    • getAddressPortable

      public AddressPortable getAddressPortable()
      The address of the person to whom to ship the items. Supports only the "address_line_1", "address_line_2", "admin_area_1", "admin_area_2", "postal_code", and "country_code" properties.
    • getName

      public Name getName()
      The name of the person to whom to ship the items. Supports only the "full_name" property.
    • getEmailAddress

      public String getEmailAddress()
      The email address of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery.
    • getPhoneNumber

      public Phone getPhoneNumber()
      The phone number of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery.
    • getShippingOptions

      public List<ShippingOption> getShippingOptions()
      A list of shipping options offered to the customer to ship or pick up their items.