UNPKG

@adyen/api-library

Version:

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

78 lines 1.97 kB
"use strict"; /* * The version of the OpenAPI document: v71 * * * 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.EftDetails = void 0; class EftDetails { static getAttributeTypeMap() { return EftDetails.attributeTypeMap; } constructor() { } } exports.EftDetails = EftDetails; EftDetails.discriminator = undefined; EftDetails.mapping = undefined; EftDetails.attributeTypeMap = [ { "name": "bankAccountNumber", "baseName": "bankAccountNumber", "type": "string", "format": "" }, { "name": "bankCode", "baseName": "bankCode", "type": "string", "format": "" }, { "name": "bankLocationId", "baseName": "bankLocationId", "type": "string", "format": "" }, { "name": "checkoutAttemptId", "baseName": "checkoutAttemptId", "type": "string", "format": "" }, { "name": "ownerName", "baseName": "ownerName", "type": "string", "format": "" }, { "name": "recurringDetailReference", "baseName": "recurringDetailReference", "type": "string", "format": "" }, { "name": "storedPaymentMethodId", "baseName": "storedPaymentMethodId", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "EftDetails.TypeEnum", "format": "" } ]; (function (EftDetails) { let TypeEnum; (function (TypeEnum) { TypeEnum["EftDirectdebitCa"] = "eft_directdebit_CA"; })(TypeEnum = EftDetails.TypeEnum || (EftDetails.TypeEnum = {})); })(EftDetails = exports.EftDetails || (exports.EftDetails = {})); //# sourceMappingURL=eftDetails.js.map