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

Questions / Feedback?

PurchaseDate Property

The date of the transaction.

Syntax

ANSI (Cross Platform)
char* GetPurchaseDate();
int SetPurchaseDate(const char* lpszPurchaseDate); Unicode (Windows) LPWSTR GetPurchaseDate();
INT SetPurchaseDate(LPCWSTR lpszPurchaseDate);
@property (nonatomic,readwrite,assign,getter=purchaseDate,setter=setPurchaseDate:) NSString* purchaseDate;
- (NSString*)purchaseDate;
- (void)setPurchaseDate:(NSString*)newPurchaseDate;
#define PID_SERVER_PURCHASEDATE 70

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This field contains the date and time of the purchase, expressed in UTC. The format of this field must be: YYYYMMDDHHMMSS

Data Type

String

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