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.getName()
The name of the person to whom to ship the items.void
setAddressPortable
(AddressPortable addressPortable) The address of the person to whom to ship the items.void
The name of the person to whom to ship the 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. -
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.
-