TransactionDate Property
Local Transaction Date (in MMDDYY format) from the original authorization response.
Syntax
[VB.NET] Public Property TransactionDate As String
[C#] public string TransactionDate {get; set;}
Remarks
This four digit field contains a local transaction date associated with the transaction being settled. If the transaction was authorized on-line, this field must contain the value returned in the original authorization response message. If the transaction was processed off-line, this field must contain a Point of Sale (POS) device generated date. This field must appear in MMDDYY format.
Default Value
"010100"