UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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