UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

61 lines 1.46 kB
"use strict"; /* * 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; } } exports.TerminalOrder = TerminalOrder; TerminalOrder.discriminator = undefined; TerminalOrder.attributeTypeMap = [ { "name": "billingEntity", "baseName": "billingEntity", "type": "BillingEntity | null" }, { "name": "customerOrderReference", "baseName": "customerOrderReference", "type": "string" }, { "name": "id", "baseName": "id", "type": "string" }, { "name": "items", "baseName": "items", "type": "Array<OrderItem>" }, { "name": "orderDate", "baseName": "orderDate", "type": "string" }, { "name": "shippingLocation", "baseName": "shippingLocation", "type": "ShippingLocation | null" }, { "name": "status", "baseName": "status", "type": "string" }, { "name": "trackingUrl", "baseName": "trackingUrl", "type": "string" } ]; //# sourceMappingURL=terminalOrder.js.map