UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 510 B
export interface IndustryCategoryLevel3ApiDto { name?: string; type?: IndustryCategoryLevel3ApiDto.TypeEnum; } export declare namespace IndustryCategoryLevel3ApiDto { const validTypeEnum: readonly ["industry_category_level3"]; type TypeEnum = (typeof validTypeEnum)[number] | 'UNKNOWN'; const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=industryCategoryLevel3ApiDto.d.ts.map