UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 485 B
import { BusinessIdentificationApiDto } from './businessIdentificationApiDto'; export interface BusinessIdentificationsApiDto { primary?: BusinessIdentificationApiDto; secondary?: BusinessIdentificationApiDto; } export declare namespace BusinessIdentificationsApiDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=businessIdentificationsApiDto.d.ts.map