E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PaymentExchangeRate Property

Exchange rate if a currency conversion occurred.

Syntax

ANSI (Cross Platform)
char* GetPaymentExchangeRate();

Unicode (Windows)
LPWSTR GetPaymentExchangeRate();
@property (nonatomic,readonly,assign,getter=paymentExchangeRate) NSString* paymentExchangeRate;
- (NSString*)paymentExchangeRate;
#define PID_DIRECTPAYMENT_PAYMENTEXCHANGERATE 42

INPAY_EXTERNAL void* INPAY_CALL InPay_DirectPayment_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

Exchange rate if a currency conversion occurred.

Relevant only if you are billing in their non-primary currency. If the customer chooses to pay with a currency other than the non-primary currency, the conversion occurs in the customer's account.

This property is read-only.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 C++ Edition - Version 20.0 [Build 7941]