E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PaymentTransactionType Property

The type of transaction.

Syntax

ANSI (Cross Platform)
char* GetPaymentTransactionType();

Unicode (Windows)
LPWSTR GetPaymentTransactionType();
@property (nonatomic,readonly,assign,getter=paymentTransactionType) NSString* paymentTransactionType;
- (NSString*)paymentTransactionType;
#define PID_DIRECTPAYMENT_PAYMENTTRANSACTIONTYPE 51

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

Default Value

""

Remarks

The type of transaction.

Current list of return values: cart, express-checkout.

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]