UNPKG

@adyen/api-library

Version:

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

65 lines 2.14 kB
"use strict"; /* * The version of the OpenAPI document: v4 * * * 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.CALocalAccountIdentification = void 0; class CALocalAccountIdentification { static getAttributeTypeMap() { return CALocalAccountIdentification.attributeTypeMap; } constructor() { } } exports.CALocalAccountIdentification = CALocalAccountIdentification; CALocalAccountIdentification.discriminator = undefined; CALocalAccountIdentification.mapping = undefined; CALocalAccountIdentification.attributeTypeMap = [ { "name": "accountNumber", "baseName": "accountNumber", "type": "string", "format": "" }, { "name": "accountType", "baseName": "accountType", "type": "CALocalAccountIdentification.AccountTypeEnum", "format": "" }, { "name": "institutionNumber", "baseName": "institutionNumber", "type": "string", "format": "" }, { "name": "transitNumber", "baseName": "transitNumber", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "CALocalAccountIdentification.TypeEnum", "format": "" } ]; (function (CALocalAccountIdentification) { let AccountTypeEnum; (function (AccountTypeEnum) { AccountTypeEnum["Checking"] = "checking"; AccountTypeEnum["Savings"] = "savings"; })(AccountTypeEnum = CALocalAccountIdentification.AccountTypeEnum || (CALocalAccountIdentification.AccountTypeEnum = {})); let TypeEnum; (function (TypeEnum) { TypeEnum["CaLocal"] = "caLocal"; })(TypeEnum = CALocalAccountIdentification.TypeEnum || (CALocalAccountIdentification.TypeEnum = {})); })(CALocalAccountIdentification = exports.CALocalAccountIdentification || (exports.CALocalAccountIdentification = {})); //# sourceMappingURL=cALocalAccountIdentification.js.map