UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 316 B
export interface Amount { fixed_payout_amount?: number; max_retained_balance?: number; } export declare namespace Amount { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=amount.d.ts.map