LevelTwoThree |
LevelTwoThree.addItemDetailLinesItem(ItemDetailLine itemDetailLinesItem) |
|
LevelTwoThree |
LevelTwoThree.customerReferenceNumber(String customerReferenceNumber) |
The reference number to identify the customer and their order. * Format: ASCII * Max length: 25
characters * Must not start with a space or be all spaces. * Must not be all zeros.
|
LevelTwoThree |
LevelTwoThree.destination(Destination destination) |
destination
|
LevelTwoThree |
LevelTwoThree.dutyAmount(Long dutyAmount) |
The duty tax amount, in [minor
units](https://docs.adyen.com/development-resources/currency-codes). * For example, 2000 means
USD 20.00. * Encoding: Numeric * Max value: 10000000000
|
LevelTwoThree |
LevelTwoThree.freightAmount(Long freightAmount) |
The shipping amount, in [minor
units](https://docs.adyen.com/development-resources/currency-codes). * For example, 2000 means
USD 20.00. * Encoding: Numeric * Max value: 10000000000
|
static LevelTwoThree |
LevelTwoThree.fromJson(String jsonString) |
Create an instance of LevelTwoThree given an JSON string
|
LevelTwoThree |
EnhancedSchemeData.getLevelTwoThree() |
Get levelTwoThree
|
LevelTwoThree |
LevelTwoThree.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
LevelTwoThree |
LevelTwoThree.itemDetailLines(List<ItemDetailLine> itemDetailLines) |
The list of item detail lines.
|
LevelTwoThree |
LevelTwoThree.orderDate(LocalDate orderDate) |
The date of the order. * Min Length: 10 characters * Max Length: 10 characters * Format [ISO
8601](https://www.w3.org/TR/NOTE-datetime): yyyy-MM-dd
|
LevelTwoThree |
LevelTwoThree.shipFromPostalCode(String shipFromPostalCode) |
The postal code of the address where the item is shipped from. * Encoding: ASCII * Max length:
10 characters * For the US, it must be in five or nine digits format.
|
LevelTwoThree |
LevelTwoThree.totalTaxAmount(Long totalTaxAmount) |
The amount of state or provincial [tax included in the total transaction
amount](https://docs.adyen.com/payment-methods/cards/enhanced-scheme-data/l2-l3#requirements-to-send-level-2-3-esd),
in [minor units](https://docs.adyen.com/development-resources/currency-codes). * For example,
2000 means USD 20.00. * Encoding: Numeric * Max value: 10000000000 * For L2 data: must not be
all zeroes. * For L3 data: can be zero.
|