public class Shipping extends Object
Constructor and Description |
---|
Shipping() |
Modifier and Type | Method and Description |
---|---|
AddressPersonal |
getAddress()
Object containing address information
|
String |
getAddressIndicator()
Indicates shipping method chosen for the transaction.
|
String |
getComments()
Comments included during shipping
|
String |
getEmailAddress()
Email address linked to the shipping
|
String |
getFirstUsageDate()
Date (YYYYMMDD) when the shipping details for this transaction were first used.
|
Boolean |
getIsFirstUsage()
Indicator if this shipping address is used for the first time to ship an order
|
String |
getShippedFromZip()
The zip/postal code of the location from which the goods were shipped.
|
String |
getTrackingNumber()
Shipment tracking number
|
String |
getType()
Indicates the merchandise delivery timeframe.
|
void |
setAddress(AddressPersonal value)
Object containing address information
|
void |
setAddressIndicator(String value)
Indicates shipping method chosen for the transaction.
|
void |
setComments(String value)
Comments included during shipping
|
void |
setEmailAddress(String value)
Email address linked to the shipping
|
void |
setFirstUsageDate(String value)
Date (YYYYMMDD) when the shipping details for this transaction were first used.
|
void |
setIsFirstUsage(Boolean value)
Indicator if this shipping address is used for the first time to ship an order
|
void |
setShippedFromZip(String value)
The zip/postal code of the location from which the goods were shipped.
|
void |
setTrackingNumber(String value)
Shipment tracking number
|
void |
setType(String value)
Indicates the merchandise delivery timeframe.
|
public AddressPersonal getAddress()
public void setAddress(AddressPersonal value)
public String getAddressIndicator()
public void setAddressIndicator(String value)
public String getComments()
public void setComments(String value)
public String getEmailAddress()
public void setEmailAddress(String value)
public String getFirstUsageDate()
public void setFirstUsageDate(String value)
public Boolean getIsFirstUsage()
true = the shipping details are used for the first time with this transaction
false = the shipping details have been used for other transactions in the past
public void setIsFirstUsage(Boolean value)
true = the shipping details are used for the first time with this transaction
false = the shipping details have been used for other transactions in the past
public String getShippedFromZip()
public void setShippedFromZip(String value)
public String getTrackingNumber()
public void setTrackingNumber(String value)
public String getType()
public void setType(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.