E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

TransactionDesc Property

Description of goods purchased.

Syntax

ANSI (Cross Platform)
char* GetTransactionDesc();
int SetTransactionDesc(const char* lpszTransactionDesc); Unicode (Windows) LPWSTR GetTransactionDesc();
INT SetTransactionDesc(LPCWSTR lpszTransactionDesc);
@property (nonatomic,readwrite,assign,getter=transactionDesc,setter=setTransactionDesc:) NSString* transactionDesc;
- (NSString*)transactionDesc;
- (void)setTransactionDesc:(NSString*)newTransactionDesc;
#define PID_RETAIL_TRANSACTIONDESC 75

INPAY_EXTERNAL void* INPAY_CALL InPay_Retail_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_Retail_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This field contains a description of the goods or services being purchased. Please see the "ICharge Gateway Setup and Required Properties" page to determine if this is a required or optional field for the gateway you are using.

Data Type

String

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