UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 420 B
export interface RfiIdentityDocumentDto { back_file_id?: string; front_file_id?: string; issuing_country?: string; number?: string; type?: string; } export declare namespace RfiIdentityDocumentDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=rfiIdentityDocumentDto.d.ts.map