UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 660 B
export interface BusinessPersonAttachmentApiDto { description?: string; file_id?: string; tag?: BusinessPersonAttachmentApiDto.TagEnum; } export declare namespace BusinessPersonAttachmentApiDto { const validTagEnum: readonly ["PERSON_PURPORTING_TO_ACT_AUTHORISATION_LETTER", "PERSON_NAME_CHANGE_CERTIFICATE", "APPLICANT_SIGNATURE", "PROOF_OF_ADDRESS", "SUPPORTIVE_OTHER"]; type TagEnum = (typeof validTagEnum)[number] | 'UNKNOWN'; const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=businessPersonAttachmentApiDto.d.ts.map