UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 354 B
export interface LicenceModel { issuing_sponsorship_bank?: string; sponsorship_bank?: string; type?: string; } export declare namespace LicenceModel { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=licenceModel.d.ts.map