UNPKG

@adyen/api-library

Version:

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

60 lines 1.5 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.TerminalOrderRequest = void 0; class TerminalOrderRequest { static getAttributeTypeMap() { return TerminalOrderRequest.attributeTypeMap; } constructor() { } } exports.TerminalOrderRequest = TerminalOrderRequest; TerminalOrderRequest.discriminator = undefined; TerminalOrderRequest.mapping = undefined; TerminalOrderRequest.attributeTypeMap = [ { "name": "billingEntityId", "baseName": "billingEntityId", "type": "string", "format": "" }, { "name": "customerOrderReference", "baseName": "customerOrderReference", "type": "string", "format": "" }, { "name": "items", "baseName": "items", "type": "Array<OrderItem>", "format": "" }, { "name": "orderType", "baseName": "orderType", "type": "string", "format": "" }, { "name": "shippingLocationId", "baseName": "shippingLocationId", "type": "string", "format": "" }, { "name": "taxId", "baseName": "taxId", "type": "string", "format": "" } ]; //# sourceMappingURL=terminalOrderRequest.js.map