UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 345 B
export interface FundingSourceDto { deposit_type?: string; id?: string; reference?: string; } export declare namespace FundingSourceDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=fundingSourceDto.d.ts.map