E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PaymentFeeAmount Property

PayPal fee amount charged for the transaction.

Syntax

ANSI (Cross Platform)
char* GetPaymentFeeAmount();

Unicode (Windows)
LPWSTR GetPaymentFeeAmount();
@property (nonatomic,readonly,assign,getter=paymentFeeAmount) NSString* paymentFeeAmount;
- (NSString*)paymentFeeAmount;
#define PID_DIRECTPAYMENT_PAYMENTFEEAMOUNT 43

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

Default Value

""

Remarks

PayPal fee amount charged for the transaction.

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]