UNPKG

@adyen/api-library

Version:

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

78 lines 2.18 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.BacsDirectDebitDetails = void 0; class BacsDirectDebitDetails { static getAttributeTypeMap() { return BacsDirectDebitDetails.attributeTypeMap; } constructor() { } } exports.BacsDirectDebitDetails = BacsDirectDebitDetails; BacsDirectDebitDetails.discriminator = undefined; BacsDirectDebitDetails.mapping = undefined; BacsDirectDebitDetails.attributeTypeMap = [ { "name": "bankAccountNumber", "baseName": "bankAccountNumber", "type": "string", "format": "" }, { "name": "bankLocationId", "baseName": "bankLocationId", "type": "string", "format": "" }, { "name": "checkoutAttemptId", "baseName": "checkoutAttemptId", "type": "string", "format": "" }, { "name": "holderName", "baseName": "holderName", "type": "string", "format": "" }, { "name": "recurringDetailReference", "baseName": "recurringDetailReference", "type": "string", "format": "" }, { "name": "storedPaymentMethodId", "baseName": "storedPaymentMethodId", "type": "string", "format": "" }, { "name": "transferInstrumentId", "baseName": "transferInstrumentId", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "BacsDirectDebitDetails.TypeEnum", "format": "" } ]; (function (BacsDirectDebitDetails) { let TypeEnum; (function (TypeEnum) { TypeEnum["DirectdebitGb"] = "directdebit_GB"; })(TypeEnum = BacsDirectDebitDetails.TypeEnum || (BacsDirectDebitDetails.TypeEnum = {})); })(BacsDirectDebitDetails = exports.BacsDirectDebitDetails || (exports.BacsDirectDebitDetails = {})); //# sourceMappingURL=bacsDirectDebitDetails.js.map