UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 385 B
import { CurrencyPair } from './currencyPair'; import { Fee } from './fee'; export interface PipsFee extends Fee { ccy_pair: CurrencyPair; value: number; } export declare namespace PipsFee { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pipsFee.d.ts.map