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

Questions / Feedback?

TransactionDate Property

Optionally contains the date of the transaction.

Syntax

ANSI (Cross Platform)
char* GetTransactionDate();
int SetTransactionDate(const char* lpszTransactionDate); Unicode (Windows) LPWSTR GetTransactionDate();
INT SetTransactionDate(LPCWSTR lpszTransactionDate);
@property (nonatomic,readwrite,assign,getter=transactionDate,setter=setTransactionDate:) NSString* transactionDate;
- (NSString*)transactionDate;
- (void)setTransactionDate:(NSString*)newTransactionDate;
#define PID_MPI_TRANSACTIONDATE 58

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 property can be used to set the specific date and time of the Authentication Request sent when GetAuthenticationPacket method is called. The format is "YYYYMMDD HH:MM:SS". If this property is empty, the control will automatically generate the transaction time based on the current system time.

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]