UNPKG

@adyen/api-library

Version:

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

36 lines 1.03 kB
"use strict"; /* * The version of the OpenAPI document: v2 * * * 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.MandateBankAccount = void 0; class MandateBankAccount { static getAttributeTypeMap() { return MandateBankAccount.attributeTypeMap; } constructor() { } } exports.MandateBankAccount = MandateBankAccount; MandateBankAccount.discriminator = undefined; MandateBankAccount.mapping = undefined; MandateBankAccount.attributeTypeMap = [ { "name": "accountHolder", "baseName": "accountHolder", "type": "MandatePartyIdentification", "format": "" }, { "name": "accountIdentification", "baseName": "accountIdentification", "type": "UKLocalMandateAccountIdentification", "format": "" } ]; //# sourceMappingURL=mandateBankAccount.js.map