UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 423 B
import { AmountAndType } from './amountAndType'; export interface ReverseSettings { enabled: boolean; notional_amount_allowed: AmountAndType; reverse_days_allowed: number; } export declare namespace ReverseSettings { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=reverseSettings.d.ts.map