UNPKG

@adyen/api-library

Version:

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

37 lines 1.3 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.PLLocalAccountIdentification = void 0; class PLLocalAccountIdentification { static getAttributeTypeMap() { return PLLocalAccountIdentification.attributeTypeMap; } } exports.PLLocalAccountIdentification = PLLocalAccountIdentification; PLLocalAccountIdentification.discriminator = undefined; PLLocalAccountIdentification.attributeTypeMap = [ { "name": "accountNumber", "baseName": "accountNumber", "type": "string" }, { "name": "type", "baseName": "type", "type": "PLLocalAccountIdentification.TypeEnum" } ]; (function (PLLocalAccountIdentification) { let TypeEnum; (function (TypeEnum) { TypeEnum["PlLocal"] = "plLocal"; })(TypeEnum = PLLocalAccountIdentification.TypeEnum || (PLLocalAccountIdentification.TypeEnum = {})); })(PLLocalAccountIdentification = exports.PLLocalAccountIdentification || (exports.PLLocalAccountIdentification = {})); //# sourceMappingURL=pLLocalAccountIdentification.js.map