@airwallex/node-sdk
Version:
Airwallex Node.js SDK
18 lines • 538 B
TypeScript
import { Schedule } from './schedule';
import { SchedulePaymentResponse } from './schedulePaymentResponse';
export interface SchedulePaymentResponseDto {
id?: string;
payment: SchedulePaymentResponse;
request_id: string;
schedule: Schedule;
status: string;
}
export declare namespace SchedulePaymentResponseDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=schedulePaymentResponseDto.d.ts.map