UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 459 B
import { SchedulePaymentTaskResponse } from './schedulePaymentTaskResponse'; export interface PagedSchedulePaymentTaskDto { has_more?: boolean; items?: Array<SchedulePaymentTaskResponse>; } export declare namespace PagedSchedulePaymentTaskDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pagedSchedulePaymentTaskDto.d.ts.map