UNPKG

@adyen/api-library

Version:

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

90 lines 2.16 kB
"use strict"; /* * The version of the OpenAPI document: v68 * * * 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.FundDestination = void 0; class FundDestination { static getAttributeTypeMap() { return FundDestination.attributeTypeMap; } constructor() { } } exports.FundDestination = FundDestination; FundDestination.discriminator = undefined; FundDestination.mapping = undefined; FundDestination.attributeTypeMap = [ { "name": "IBAN", "baseName": "IBAN", "type": "string", "format": "" }, { "name": "additionalData", "baseName": "additionalData", "type": "{ [key: string]: string; }", "format": "" }, { "name": "billingAddress", "baseName": "billingAddress", "type": "Address | null", "format": "" }, { "name": "card", "baseName": "card", "type": "Card | null", "format": "" }, { "name": "selectedRecurringDetailReference", "baseName": "selectedRecurringDetailReference", "type": "string", "format": "" }, { "name": "shopperEmail", "baseName": "shopperEmail", "type": "string", "format": "" }, { "name": "shopperName", "baseName": "shopperName", "type": "Name | null", "format": "" }, { "name": "shopperReference", "baseName": "shopperReference", "type": "string", "format": "" }, { "name": "subMerchant", "baseName": "subMerchant", "type": "SubMerchant | null", "format": "" }, { "name": "telephoneNumber", "baseName": "telephoneNumber", "type": "string", "format": "" }, { "name": "walletPurpose", "baseName": "walletPurpose", "type": "string", "format": "" } ]; //# sourceMappingURL=fundDestination.js.map