@airwallex/node-sdk
Version:
Airwallex Node.js SDK
35 lines • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SchedulePaymentResponseDto = void 0;
var SchedulePaymentResponseDto;
(function (SchedulePaymentResponseDto) {
SchedulePaymentResponseDto.discriminator = 'SchedulePaymentResponseDto';
SchedulePaymentResponseDto.attributeTypeMap = [
{
name: 'id',
baseName: 'id',
type: 'string',
},
{
name: 'payment',
baseName: 'payment',
type: 'SchedulePaymentResponse',
},
{
name: 'request_id',
baseName: 'request_id',
type: 'string',
},
{
name: 'schedule',
baseName: 'schedule',
type: 'Schedule',
},
{
name: 'status',
baseName: 'status',
type: 'string',
},
];
})(SchedulePaymentResponseDto || (exports.SchedulePaymentResponseDto = SchedulePaymentResponseDto = {}));
//# sourceMappingURL=schedulePaymentResponseDto.js.map