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.NZLocalAccountIdentification = void 0; class NZLocalAccountIdentification { static getAttributeTypeMap() { return NZLocalAccountIdentification.attributeTypeMap; } } exports.NZLocalAccountIdentification = NZLocalAccountIdentification; NZLocalAccountIdentification.discriminator = undefined; NZLocalAccountIdentification.attributeTypeMap = [ { "name": "accountNumber", "baseName": "accountNumber", "type": "string" }, { "name": "type", "baseName": "type", "type": "NZLocalAccountIdentification.TypeEnum" } ]; (function (NZLocalAccountIdentification) { let TypeEnum; (function (TypeEnum) { TypeEnum["NzLocal"] = "nzLocal"; })(TypeEnum = NZLocalAccountIdentification.TypeEnum || (NZLocalAccountIdentification.TypeEnum = {})); })(NZLocalAccountIdentification = exports.NZLocalAccountIdentification || (exports.NZLocalAccountIdentification = {})); //# sourceMappingURL=nZLocalAccountIdentification.js.map