UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 319 B
import { Fee } from './fee'; export interface PercentFee extends Fee { value: number; } export declare namespace PercentFee { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=percentFee.d.ts.map