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 |
getCarrier()
Indicates the carrier that will deliver the products.
|
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.
|
String |
getInstructions()
The delivery instructions or preferences for the shipment.
|
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 |
setCarrier(String value)
Indicates the carrier that will deliver the products.
|
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 |
setInstructions(String value)
The delivery instructions or preferences for the shipment.
|
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 getCarrier()
public void setCarrier(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 String getInstructions()
The delivery instructions or preferences for the shipment. The instructions that informed the delivery carrier about handling requirements, delivery methods, and any special considerations to ensure successful delivery.
Possible values:public void setInstructions(String value)
The delivery instructions or preferences for the shipment. The instructions that informed the delivery carrier about handling requirements, delivery methods, and any special considerations to ensure successful delivery.
Possible values: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 © 2025 Worldline Global Collect. All rights reserved.