@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
72 lines • 1.7 kB
JavaScript
;
/*
* The version of the OpenAPI document: v3
*
*
* 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.TerminalOrder = void 0;
class TerminalOrder {
static getAttributeTypeMap() {
return TerminalOrder.attributeTypeMap;
}
constructor() {
}
}
exports.TerminalOrder = TerminalOrder;
TerminalOrder.discriminator = undefined;
TerminalOrder.mapping = undefined;
TerminalOrder.attributeTypeMap = [
{
"name": "billingEntity",
"baseName": "billingEntity",
"type": "BillingEntity | null",
"format": ""
},
{
"name": "customerOrderReference",
"baseName": "customerOrderReference",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "items",
"baseName": "items",
"type": "Array<OrderItem>",
"format": ""
},
{
"name": "orderDate",
"baseName": "orderDate",
"type": "string",
"format": ""
},
{
"name": "shippingLocation",
"baseName": "shippingLocation",
"type": "ShippingLocation | null",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
},
{
"name": "trackingUrl",
"baseName": "trackingUrl",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=terminalOrder.js.map