UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 376 B
import { Currency } from './currency'; export interface SettlementCurrency { _default?: Currency; like_for_like?: boolean; } export declare namespace SettlementCurrency { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=settlementCurrency.d.ts.map