@airwallex/node-sdk
Version:
Airwallex Node.js SDK
17 lines • 627 B
TypeScript
import { IndustryCategoryLevel3ApiDto } from './industryCategoryLevel3ApiDto';
export interface IndustrySubCategoryApiDto {
name?: string;
sub_items?: Array<IndustryCategoryLevel3ApiDto>;
type?: IndustrySubCategoryApiDto.TypeEnum;
}
export declare namespace IndustrySubCategoryApiDto {
const validTypeEnum: readonly ["industry_sub_category"];
type TypeEnum = (typeof validTypeEnum)[number] | 'UNKNOWN';
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=industrySubCategoryApiDto.d.ts.map