UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

50 lines 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SchedulePaymentResponse = void 0; var SchedulePaymentResponse; (function (SchedulePaymentResponse) { SchedulePaymentResponse.discriminator = 'SchedulePaymentResponse'; SchedulePaymentResponse.attributeTypeMap = [ { name: 'amount', baseName: 'amount', type: 'Amount', }, { name: 'beneficiary_id', baseName: 'beneficiary_id', type: 'string', }, { name: 'condition', baseName: 'condition', type: 'Condition', }, { name: 'fee_paid_by', baseName: 'fee_paid_by', type: 'string', }, { name: 'payer_id', baseName: 'payer_id', type: 'string', }, { name: 'reason', baseName: 'reason', type: 'string', }, { name: 'reference', baseName: 'reference', type: 'string', }, { name: 'swift_charge_option', baseName: 'swift_charge_option', type: 'string', }, ]; })(SchedulePaymentResponse || (exports.SchedulePaymentResponse = SchedulePaymentResponse = {})); //# sourceMappingURL=schedulePaymentResponse.js.map