UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

22 lines 756 B
import { Currency } from './currency'; export interface CardedRateSettings { buy_currency: Currency; guarantee_period: CardedRateSettings.GuaranteePeriodEnum; guarantee_start: string; guarantee_start_timezone: string; lp_id: string; repeat: boolean; sell_currency: Currency; tenor: number; } export declare namespace CardedRateSettings { const validGuaranteePeriodEnum: readonly ["HOURS_24", "HOURS_8", "HOURS_4", "HOURS_1", "UNKNOWN"]; type GuaranteePeriodEnum = (typeof validGuaranteePeriodEnum)[number] | 'UNKNOWN'; const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=cardedRateSettings.d.ts.map