@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 373 B
TypeScript
import { WithEnglish } from './withEnglish';
export interface BusinessName {
name: WithEnglish;
subtype?: string;
type: string;
}
export declare namespace BusinessName {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=businessName.d.ts.map