UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 592 B
export interface IdentityAttachmentApiDto { description?: string; file_id?: string; tag?: IdentityAttachmentApiDto.TagEnum; } export declare namespace IdentityAttachmentApiDto { const validTagEnum: readonly ["DRIVERS_LICENSE_FRONT", "DRIVERS_LICENSE_BACK", "PERSONAL_ID_FRONT", "PERSONAL_ID_BACK", "PASSPORT"]; type TagEnum = (typeof validTagEnum)[number] | 'UNKNOWN'; const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=identityAttachmentApiDto.d.ts.map