UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

40 lines 1.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceAccountFundingRecipient = void 0; var PaymentAcceptanceAccountFundingRecipient; (function (PaymentAcceptanceAccountFundingRecipient) { PaymentAcceptanceAccountFundingRecipient.discriminator = 'PaymentAcceptanceAccountFundingRecipient'; PaymentAcceptanceAccountFundingRecipient.attributeTypeMap = [ { name: 'account_number', baseName: 'account_number', type: 'string', }, { name: 'address', baseName: 'address', type: 'PaymentAcceptanceAccountFundingAddress', }, { name: 'card_number_last4', baseName: 'card_number_last4', type: 'string', }, { name: 'first_name', baseName: 'first_name', type: 'string', }, { name: 'last_name', baseName: 'last_name', type: 'string', }, { name: 'middle_name', baseName: 'middle_name', type: 'string', }, ]; })(PaymentAcceptanceAccountFundingRecipient || (exports.PaymentAcceptanceAccountFundingRecipient = PaymentAcceptanceAccountFundingRecipient = {})); //# sourceMappingURL=paymentAcceptanceAccountFundingRecipient.js.map