PurchaseDate Property
The date of the transaction.
Syntax
char* GetPurchaseDate();
int SetPurchaseDate(const char* lpszPurchaseDate);
LPWSTR GetPurchaseDate();
INT SetPurchaseDate(LPCWSTR lpszPurchaseDate);
@property (nonatomic,readwrite,assign,getter=purchaseDate,setter=setPurchaseDate:) NSString* purchaseDate; - (NSString*)purchaseDate; - (void)setPurchaseDate:(NSString*)newPurchaseDate;
public var purchaseDate: String { get {...}
set {...} }
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