Class ShippingDetail
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.ShippingDetail
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe address of the person to whom to ship the items.The email address of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery.getName()The name of the person to whom to ship the items.The phone number of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery.A list of shipping options offered to the customer to ship or pick up their items.voidsetAddressPortable(AddressPortable addressPortable) The address of the person to whom to ship the items.voidsetEmailAddress(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.voidThe name of the person to whom to ship the items.voidsetPhoneNumber(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.voidsetShippingOptions(List<ShippingOption> shippingOptions) A list of shipping options offered to the customer to ship or pick up their items.
-
Constructor Details
-
ShippingDetail
public ShippingDetail()
-
-
Method Details
-
setAddressPortable
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
The name of the person to whom to ship the items. Supports only the "full_name" property. -
setEmailAddress
The email address of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery. -
setPhoneNumber
The phone number of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery. -
setShippingOptions
A list of shipping options offered to the customer to ship or pick up their items. -
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
The name of the person to whom to ship the items. Supports only the "full_name" property. -
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
The phone number of the recipient of the shipped items, which may belong to either the payer, or an alternate contact, for delivery. -
getShippingOptions
A list of shipping options offered to the customer to ship or pick up their items.
-