E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PaymentTaxAmount Property

Tax charged on the transaction.

Syntax

ANSI (Cross Platform)
char* GetPaymentTaxAmount();

Unicode (Windows)
LPWSTR GetPaymentTaxAmount();
@property (nonatomic,readonly,assign,getter=paymentTaxAmount) NSString* paymentTaxAmount;
- (NSString*)paymentTaxAmount;
#define PID_DIRECTPAYMENT_PAYMENTTAXAMOUNT 49

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

Default Value

""

Remarks

Tax charged on 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]