@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
72 lines • 1.76 kB
JavaScript
;
/*
* The version of the OpenAPI document: v72
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.LevelTwoThree = void 0;
class LevelTwoThree {
static getAttributeTypeMap() {
return LevelTwoThree.attributeTypeMap;
}
constructor() {
}
}
exports.LevelTwoThree = LevelTwoThree;
LevelTwoThree.discriminator = undefined;
LevelTwoThree.mapping = undefined;
LevelTwoThree.attributeTypeMap = [
{
"name": "customerReferenceNumber",
"baseName": "customerReferenceNumber",
"type": "string",
"format": ""
},
{
"name": "destination",
"baseName": "destination",
"type": "Destination | null",
"format": ""
},
{
"name": "dutyAmount",
"baseName": "dutyAmount",
"type": "number",
"format": "int64"
},
{
"name": "freightAmount",
"baseName": "freightAmount",
"type": "number",
"format": "int64"
},
{
"name": "itemDetailLines",
"baseName": "itemDetailLines",
"type": "Array<ItemDetailLine>",
"format": ""
},
{
"name": "orderDate",
"baseName": "orderDate",
"type": "string",
"format": "date"
},
{
"name": "shipFromPostalCode",
"baseName": "shipFromPostalCode",
"type": "string",
"format": ""
},
{
"name": "totalTaxAmount",
"baseName": "totalTaxAmount",
"type": "number",
"format": "int64"
}
];
//# sourceMappingURL=levelTwoThree.js.map