UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 552 B
export interface RefundSetting { balance_type?: RefundSetting.BalanceTypeEnum; max_batch_count_for_receivable: number; } export declare namespace RefundSetting { const validBalanceTypeEnum: readonly ["AVAILABLE", "RECEIVABLE", "AVAILABLE_BALANCE", "SETTLEMENT_AMOUNT"]; type BalanceTypeEnum = (typeof validBalanceTypeEnum)[number] | 'UNKNOWN'; const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=refundSetting.d.ts.map