UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 406 B
export interface BatchFundingDto { deposit_type?: string; failure_reason?: string; funding_source_id?: string; reference?: string; status: string; } export declare namespace BatchFundingDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=batchFundingDto.d.ts.map