UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 454 B
export interface PaymentAcceptanceDccData { amount?: number; client_rate?: number; currency?: string; currency_pair?: string; rate_expiry?: string; rate_timestamp?: string; } export declare namespace PaymentAcceptanceDccData { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceDccData.d.ts.map