UNPKG

@adyen/api-library

Version:

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

46 lines 1.18 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * 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.FindTerminalResponse = void 0; class FindTerminalResponse { static getAttributeTypeMap() { return FindTerminalResponse.attributeTypeMap; } } exports.FindTerminalResponse = FindTerminalResponse; FindTerminalResponse.discriminator = undefined; FindTerminalResponse.attributeTypeMap = [ { "name": "companyAccount", "baseName": "companyAccount", "type": "string" }, { "name": "merchantAccount", "baseName": "merchantAccount", "type": "string" }, { "name": "merchantInventory", "baseName": "merchantInventory", "type": "boolean" }, { "name": "store", "baseName": "store", "type": "string" }, { "name": "terminal", "baseName": "terminal", "type": "string" } ]; //# sourceMappingURL=findTerminalResponse.js.map