UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 419 B
import { Currency } from './currency'; export interface MerchantTransactionCurrencySetting { available_transaction_ccy?: Array<Currency>; } export declare namespace MerchantTransactionCurrencySetting { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=merchantTransactionCurrencySetting.d.ts.map