/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

TransactionDescription Property

Brief description of goods to be purchased.

Syntax

ANSI (Cross Platform)
char* GetTransactionDescription();
int SetTransactionDescription(const char* lpszTransactionDescription); Unicode (Windows) LPWSTR GetTransactionDescription();
INT SetTransactionDescription(LPCWSTR lpszTransactionDescription);
@property (nonatomic,readwrite,assign,getter=transactionDescription,setter=setTransactionDescription:) NSString* transactionDescription;
- (NSString*)transactionDescription;
- (void)setTransactionDescription:(NSString*)newTransactionDescription;
#define PID_MPI_TRANSACTIONDESCRIPTION 59

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_MPI_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_MPI_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, determined by the merchant. This is an optional field with a maximum length of 125 characters.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8162]