UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceAccountFundingSenderUpdate = void 0; var PaymentAcceptanceAccountFundingSenderUpdate; (function (PaymentAcceptanceAccountFundingSenderUpdate) { PaymentAcceptanceAccountFundingSenderUpdate.discriminator = 'PaymentAcceptanceAccountFundingSenderUpdate'; PaymentAcceptanceAccountFundingSenderUpdate.attributeTypeMap = [ { name: 'address', baseName: 'address', type: 'PaymentAcceptanceAccountFundingAddressUpdate', }, { name: 'first_name', baseName: 'first_name', type: 'string', }, { name: 'last_name', baseName: 'last_name', type: 'string', }, { name: 'middle_name', baseName: 'middle_name', type: 'string', }, ]; })(PaymentAcceptanceAccountFundingSenderUpdate || (exports.PaymentAcceptanceAccountFundingSenderUpdate = PaymentAcceptanceAccountFundingSenderUpdate = {})); //# sourceMappingURL=paymentAcceptanceAccountFundingSenderUpdate.js.map