Class ShippingDetail

    • Constructor Detail

      • ShippingDetail

        public ShippingDetail()
    • Method Detail

      • 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.
      • 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.