UNPKG

@adyen/api-library

Version:

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

72 lines 1.7 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.VerifiedAccount = void 0; class VerifiedAccount { static getAttributeTypeMap() { return VerifiedAccount.attributeTypeMap; } constructor() { } } exports.VerifiedAccount = VerifiedAccount; VerifiedAccount.discriminator = undefined; VerifiedAccount.mapping = undefined; VerifiedAccount.attributeTypeMap = [ { "name": "accountId", "baseName": "accountId", "type": "string", "format": "" }, { "name": "accountName", "baseName": "accountName", "type": "string", "format": "" }, { "name": "accountNumber", "baseName": "accountNumber", "type": "string", "format": "" }, { "name": "accountType", "baseName": "accountType", "type": "AccountType", "format": "" }, { "name": "bankName", "baseName": "bankName", "type": "string", "format": "" }, { "name": "currency", "baseName": "currency", "type": "string", "format": "" }, { "name": "identifiers", "baseName": "identifiers", "type": "AccountIdentifiers", "format": "" }, { "name": "parties", "baseName": "parties", "type": "Array<AccountParty>", "format": "" } ]; //# sourceMappingURL=verifiedAccount.js.map