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 |
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
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
|
ShippingMethod |
getMethod()
Object containing information regarding shipping method
|
Long |
getShippingCost()
Cost associated with the shipping of the order.
|
Long |
getShippingCostTax()
Tax amount of the shipping cost.
|
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 |
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
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
|
void |
setMethod(ShippingMethod value)
Object containing information regarding shipping method
|
void |
setShippingCost(Long value)
Cost associated with the shipping of the order.
|
void |
setShippingCostTax(Long value)
Tax amount of the shipping cost.
|
void |
setType(String value)
Indicates the merchandise delivery timeframe.
|
Shipping |
withAddress(AddressPersonal value)
Object containing address information
|
Shipping |
withAddressIndicator(String value)
Indicates shipping method chosen for the transaction.
|
Shipping |
withEmailAddress(String value)
Email address linked to the shipping
|
Shipping |
withFirstUsageDate(String value)
Date (YYYYMMDD) when the shipping details for this transaction were first used.
|
Shipping |
withIsFirstUsage(Boolean value)
Indicator if this shipping address is used for the first time to ship an order
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
|
Shipping |
withMethod(ShippingMethod value)
Object containing information regarding shipping method
|
Shipping |
withShippingCost(Long value)
Cost associated with the shipping of the order.
|
Shipping |
withShippingCostTax(Long value)
Tax amount of the shipping cost.
|
Shipping |
withType(String value)
Indicates the merchandise delivery timeframe.
|
public AddressPersonal getAddress()
public void setAddress(AddressPersonal value)
public Shipping withAddress(AddressPersonal value)
public String getAddressIndicator()
public void setAddressIndicator(String value)
public Shipping withAddressIndicator(String value)
public String getEmailAddress()
public void setEmailAddress(String value)
public Shipping withEmailAddress(String value)
public String getFirstUsageDate()
public void setFirstUsageDate(String value)
public Shipping withFirstUsageDate(String value)
public Boolean getIsFirstUsage()
public void setIsFirstUsage(Boolean value)
public Shipping withIsFirstUsage(Boolean value)
public ShippingMethod getMethod()
public void setMethod(ShippingMethod value)
public Shipping withMethod(ShippingMethod value)
public Long getShippingCost()
public void setShippingCost(Long value)
public Shipping withShippingCost(Long value)
public Long getShippingCostTax()
public void setShippingCostTax(Long value)
public Shipping withShippingCostTax(Long value)
public String getType()
public void setType(String value)
public Shipping withType(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.