UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 482 B
import { BusinessPersonAttachmentApiDto } from './businessPersonAttachmentApiDto'; export interface BusinessPersonDocumentationApiDto { business_person_documents?: Array<BusinessPersonAttachmentApiDto>; } export declare namespace BusinessPersonDocumentationApiDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=businessPersonDocumentationApiDto.d.ts.map