UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 490 B
import { IssuingNonPciBusinessIdentifierDto } from './issuingNonPciBusinessIdentifierDto'; export interface IssuingNonPciEmployerDto { business_identifiers?: Array<IssuingNonPciBusinessIdentifierDto>; business_name?: string; } export declare namespace IssuingNonPciEmployerDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=issuingNonPciEmployerDto.d.ts.map