public class DeliveryInformation
extends java.lang.Object
| Constructor and Description |
|---|
DeliveryInformation() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryInformation |
addContact(ContactType type,
java.lang.String value) |
DeliveryInformation |
addDeliveryFee(java.lang.Double deliveryFee,
java.lang.String description) |
DeliveryInformation |
addDeliveryFee(java.lang.Double deliveryFee,
java.lang.String description,
Tax tax) |
DeliveryInformation |
addDeliveryInstructions(java.lang.String instructions) |
DeliveryInformation |
addDespatchDate(java.util.Date despatchDate) |
java.util.List<ReceiptAllowanceCharge> |
getDeliveryFees() |
DespatchInformation |
getDespatchInformation() |
LocationInformation |
getLocationInformation() |
DeliveryInformation |
sddDeliveryDate(java.util.Date deliveryDate) |
DeliveryInformation |
setAddress(java.lang.String streetAddress1,
java.lang.String city,
java.lang.String postalCode,
java.lang.String state,
java.lang.String countryCode) |
DeliveryInformation |
setName(java.lang.String deliveryName) |
DeliveryInformation |
setStreetAddress2(java.lang.String streetAddress2) |
DeliveryInformation |
setStreetAddress3(java.lang.String streetAddress3) |
public DeliveryInformation setName(java.lang.String deliveryName)
public DeliveryInformation setAddress(java.lang.String streetAddress1, java.lang.String city, java.lang.String postalCode, java.lang.String state, java.lang.String countryCode)
public DeliveryInformation setStreetAddress2(java.lang.String streetAddress2)
public DeliveryInformation setStreetAddress3(java.lang.String streetAddress3)
public DeliveryInformation addDeliveryFee(java.lang.Double deliveryFee, java.lang.String description)
public DeliveryInformation addDeliveryFee(java.lang.Double deliveryFee, java.lang.String description, Tax tax)
public DeliveryInformation sddDeliveryDate(java.util.Date deliveryDate)
public DeliveryInformation addDeliveryInstructions(java.lang.String instructions)
public DeliveryInformation addDespatchDate(java.util.Date despatchDate)
public DeliveryInformation addContact(ContactType type, java.lang.String value)
public LocationInformation getLocationInformation()
public java.util.List<ReceiptAllowanceCharge> getDeliveryFees()
public DespatchInformation getDespatchInformation()