Properties
| Name | Type | Description |
|---|---|---|
| enhancedSchemeData.customerReference | string | The customer code. * Encoding: ASCII * Max length: 25 characters * Must not start with a space or be all spaces * Must not be all zeros. |
| enhancedSchemeData.destinationCountryCode | string | The three-letter [ISO 3166-1 alpha-3 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) for the destination address. * Encoding: ASCII * Fixed length: 3 characters |
| enhancedSchemeData.destinationPostalCode | string | The postal code of the destination address. * Encoding: ASCII * Max length: 10 characters * Must not start with a space |
| enhancedSchemeData.destinationStateProvinceCode | string | Destination state or province code. * Encoding: ASCII * Max length: 3 characters * Must not start with a space |
| enhancedSchemeData.dutyAmount | string | The duty amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * For example, 2000 means USD 20.00. * Encoding: Numeric * Max length: 12 characters |
| enhancedSchemeData.freightAmount | string | The shipping amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * For example, 2000 means USD 20.00. * Encoding: Numeric *Max length: 12 characters |
| enhancedSchemeData.itemDetailLine[itemNr].commodityCode | string | The [UNSPC commodity code](https://www.unspsc.org/) of the item. * Encoding: ASCII * Max length: 12 characters * Must not start with a space or be all spaces * Must not be all zeros. |
| enhancedSchemeData.itemDetailLine[itemNr].description | string | A description of the item. * Encoding: ASCII * Max length: 26 characters * Must not start with a space or be all spaces * Must not be all zeros. |
| enhancedSchemeData.itemDetailLine[itemNr].discountAmount | string | The discount amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * For example, 2000 means USD 20.00. * Encoding: Numeric * Max length: 12 characters |
| enhancedSchemeData.itemDetailLine[itemNr].productCode | string | The product code. * Encoding: ASCII. * Max length: 12 characters * Must not start with a space or be all spaces * Must not be all zeros. |
| enhancedSchemeData.itemDetailLine[itemNr].quantity | string | The number of items. Must be an integer greater than zero. * Encoding: Numeric * Max length: 12 characters * Must not start with a space or be all spaces |
| enhancedSchemeData.itemDetailLine[itemNr].totalAmount | string | The total amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * For example, 2000 means USD 20.00. * Max length: 12 characters * Must not start with a space or be al |
| enhancedSchemeData.itemDetailLine[itemNr].unitOfMeasure | string | The unit of measurement for an item. * Encoding: ASCII Max length: 3 characters * Must not start with a space or be all spaces * Must not be all zeros. |
| enhancedSchemeData.itemDetailLine[itemNr].unitPrice | string | The unit price in [minor units](https://docs.adyen.com/development-resources/currency-codes). * For example, 2000 means USD 20.00. * Encoding: Numeric * Max length: 12 characters * Must not be all zer |
| enhancedSchemeData.orderDate | string | The order date. * Format: `ddMMyy` * Encoding: ASCII * Max length: 6 characters |
| enhancedSchemeData.shipFromPostalCode | string | The postal code of the address the item is shipped from. * Encoding: ASCII * Max length: 10 characters * Must not start with a space or be all spaces * Must not be all zeros. |
| enhancedSchemeData.totalTaxAmount | string | The total tax amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * For example, 2000 means USD 20.00. *Encoding: Numeric *Max length: 12 characters * Must not be al |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AdditionalDataLevel23",
"title": "AdditionalDataLevel23",
"properties": {
"enhancedSchemeData.customerReference": {
"description": "The customer code.\n* Encoding: ASCII\n* Max length: 25 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
"type": "string"
},
"enhancedSchemeData.destinationCountryCode": {
"description": "The three-letter [ISO 3166-1 alpha-3 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) for the destination address.\n* Encoding: ASCII\n* Fixed length: 3 characters",
"type": "string"
},
"enhancedSchemeData.destinationPostalCode": {
"description": "The postal code of the destination address.\n* Encoding: ASCII\n* Max length: 10 characters\n* Must not start with a space",
"type": "string"
},
"enhancedSchemeData.destinationStateProvinceCode": {
"description": "Destination state or province code.\n* Encoding: ASCII\n* Max length: 3 characters\n* Must not start with a space",
"type": "string"
},
"enhancedSchemeData.dutyAmount": {
"description": "The duty amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n* Encoding: Numeric\n* Max length: 12 characters",
"type": "string"
},
"enhancedSchemeData.freightAmount": {
"description": "The shipping amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n* Encoding: Numeric\n*Max length: 12 characters",
"type": "string"
},
"enhancedSchemeData.itemDetailLine[itemNr].commodityCode": {
"description": "The [UNSPC commodity code](https://www.unspsc.org/) of the item.\n* Encoding: ASCII\n* Max length: 12 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
"type": "string"
},
"enhancedSchemeData.itemDetailLine[itemNr].description": {
"description": "A description of the item.\n* Encoding: ASCII\n* Max length: 26 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
"type": "string"
},
"enhancedSchemeData.itemDetailLine[itemNr].discountAmount": {
"description": "The discount amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n* Encoding: Numeric\n* Max length: 12 characters",
"type": "string"
},
"enhancedSchemeData.itemDetailLine[itemNr].productCode": {
"description": "The product code.\n* Encoding: ASCII.\n* Max length: 12 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
"type": "string"
},
"enhancedSchemeData.itemDetailLine[itemNr].quantity": {
"description": "The number of items. Must be an integer greater than zero.\n* Encoding: Numeric\n* Max length: 12 characters\n* Must not start with a space or be all spaces\n\n",
"type": "string"
},
"enhancedSchemeData.itemDetailLine[itemNr].totalAmount": {
"description": "The total amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n* Max length: 12 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
"type": "string"
},
"enhancedSchemeData.itemDetailLine[itemNr].unitOfMeasure": {
"description": "The unit of measurement for an item.\n* Encoding: ASCII\n\nMax length: 3 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
"type": "string"
},
"enhancedSchemeData.itemDetailLine[itemNr].unitPrice": {
"description": "The unit price in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n* Encoding: Numeric\n* Max length: 12 characters\n* Must not be all zeros.",
"type": "string"
},
"enhancedSchemeData.orderDate": {
"description": "The order date.\n* Format: `ddMMyy`\n* Encoding: ASCII\n* Max length: 6 characters",
"type": "string"
},
"enhancedSchemeData.shipFromPostalCode": {
"description": "The postal code of the address the item is shipped from.\n* Encoding: ASCII\n* Max length: 10 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
"type": "string"
},
"enhancedSchemeData.totalTaxAmount": {
"description": "The total tax amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n*Encoding: Numeric\n*Max length: 12 characters\n* Must not be all zeros.",
"type": "string"
}
},
"type": "object"
}