| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
Shipping |
Order.getShipping()
Object containing information regarding shipping / delivery
|
Shipping |
Shipping.withAddress(AddressPersonal value)
Object containing address information
|
Shipping |
Shipping.withAddressIndicator(String value)
Indicates shipping method chosen for the transaction.
|
Shipping |
Shipping.withEmailAddress(String value)
Email address linked to the shipping
|
Shipping |
Shipping.withFirstUsageDate(String value)
Date (YYYYMMDD) when the shipping details for this transaction were first used.
|
Shipping |
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 |
Shipping.withMethod(ShippingMethod value)
Object containing information regarding shipping method
|
Shipping |
Shipping.withShippingCost(Long value)
Cost associated with the shipping of the order.
|
Shipping |
Shipping.withShippingCostTax(Long value)
Tax amount of the shipping cost.
|
Shipping |
Shipping.withType(String value)
Indicates the merchandise delivery timeframe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setShipping(Shipping value)
Object containing information regarding shipping / delivery
|
Order |
Order.withShipping(Shipping value)
Object containing information regarding shipping / delivery
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.