UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 504 B
import { DirectDebitOutMandateDto } from './directDebitOutMandateDto'; export interface PagedQueryResultDtoOfDirectDebitOutMandateDto { has_more?: boolean; items?: Array<DirectDebitOutMandateDto>; } export declare namespace PagedQueryResultDtoOfDirectDebitOutMandateDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pagedQueryResultDtoOfDirectDebitOutMandateDto.d.ts.map