UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 408 B
export interface IndustryCategoryV2 { category?: string; sub_category?: string; complementary_category?: string; description_of_industry?: string; } export declare namespace IndustryCategoryV2 { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=industryCategoryV2.d.ts.map