UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 516 B
import { SchedulePaymentResponseDto } from './schedulePaymentResponseDto'; export interface PagedQueryResultDtoOfSchedulePaymentResponseDto { has_more?: boolean; items?: Array<SchedulePaymentResponseDto>; } export declare namespace PagedQueryResultDtoOfSchedulePaymentResponseDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pagedQueryResultDtoOfSchedulePaymentResponseDto.d.ts.map