@airwallex/node-sdk
Version:
Airwallex Node.js SDK
14 lines • 403 B
TypeScript
import { IndustryCategoryV2 } from './industryCategoryV2';
export interface IndustryCategoryV3 {
category_code?: string;
origin?: IndustryCategoryV2;
}
export declare namespace IndustryCategoryV3 {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=industryCategoryV3.d.ts.map