@airwallex/node-sdk
Version:
Airwallex Node.js SDK
40 lines • 1.44 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceAccountFundingRecipientUpdate = void 0;
var PaymentAcceptanceAccountFundingRecipientUpdate;
(function (PaymentAcceptanceAccountFundingRecipientUpdate) {
PaymentAcceptanceAccountFundingRecipientUpdate.discriminator = 'PaymentAcceptanceAccountFundingRecipientUpdate';
PaymentAcceptanceAccountFundingRecipientUpdate.attributeTypeMap = [
{
name: 'account_number',
baseName: 'account_number',
type: 'string',
},
{
name: 'address',
baseName: 'address',
type: 'PaymentAcceptanceAccountFundingAddressUpdate',
},
{
name: 'card_number',
baseName: 'card_number',
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',
},
];
})(PaymentAcceptanceAccountFundingRecipientUpdate || (exports.PaymentAcceptanceAccountFundingRecipientUpdate = PaymentAcceptanceAccountFundingRecipientUpdate = {}));
//# sourceMappingURL=paymentAcceptanceAccountFundingRecipientUpdate.js.map