UNPKG

@adyen/api-library

Version:

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

60 lines 1.5 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.AccountIdentifiers = void 0; class AccountIdentifiers { static getAttributeTypeMap() { return AccountIdentifiers.attributeTypeMap; } constructor() { } } exports.AccountIdentifiers = AccountIdentifiers; AccountIdentifiers.discriminator = undefined; AccountIdentifiers.mapping = undefined; AccountIdentifiers.attributeTypeMap = [ { "name": "ach", "baseName": "ach", "type": "ACHAccountIdentifier | null", "format": "" }, { "name": "bacs", "baseName": "bacs", "type": "BACSAccountIdentifier | null", "format": "" }, { "name": "bsb", "baseName": "bsb", "type": "BSBAccountIdentifier | null", "format": "" }, { "name": "eft", "baseName": "eft", "type": "EFTAccountIdentifier | null", "format": "" }, { "name": "iban", "baseName": "iban", "type": "IBANAccountIdentifier | null", "format": "" }, { "name": "rix", "baseName": "rix", "type": "RIXAccountIdentifier | null", "format": "" } ]; //# sourceMappingURL=accountIdentifiers.js.map