@airwallex/node-sdk
Version:
Airwallex Node.js SDK
14 lines • 444 B
TypeScript
import { SchedulePaymentResponseDto } from './schedulePaymentResponseDto';
export interface PagedSchedulePaymentDto {
has_more?: boolean;
items?: Array<SchedulePaymentResponseDto>;
}
export declare namespace PagedSchedulePaymentDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=pagedSchedulePaymentDto.d.ts.map