UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 467 B
import { BusinessIdentifierApiDto } from './businessIdentifierApiDto'; export interface EmployerApiDto { business_identifiers?: Array<BusinessIdentifierApiDto>; business_name?: string; industry_category_code?: string; } export declare namespace EmployerApiDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=employerApiDto.d.ts.map