UNPKG

@adyen/api-library

Version:

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

44 lines 1.33 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.AmexInfo = void 0; class AmexInfo { static getAttributeTypeMap() { return AmexInfo.attributeTypeMap; } } exports.AmexInfo = AmexInfo; AmexInfo.discriminator = undefined; AmexInfo.attributeTypeMap = [ { "name": "midNumber", "baseName": "midNumber", "type": "string" }, { "name": "reuseMidNumber", "baseName": "reuseMidNumber", "type": "boolean" }, { "name": "serviceLevel", "baseName": "serviceLevel", "type": "AmexInfo.ServiceLevelEnum" } ]; (function (AmexInfo) { let ServiceLevelEnum; (function (ServiceLevelEnum) { ServiceLevelEnum["NoContract"] = "noContract"; ServiceLevelEnum["GatewayContract"] = "gatewayContract"; ServiceLevelEnum["PaymentDesignatorContract"] = "paymentDesignatorContract"; })(ServiceLevelEnum = AmexInfo.ServiceLevelEnum || (AmexInfo.ServiceLevelEnum = {})); })(AmexInfo = exports.AmexInfo || (exports.AmexInfo = {})); //# sourceMappingURL=amexInfo.js.map