ValidationCode Property
Validation Code from the original authorization response.
Syntax
[VB.NET] Public Property ValidationCode As String
[C#] public string ValidationCode {get; set;}
Remarks
This field contains a four character Transaction Identifier associated with the transaction being settled. If the transaction was authorized on-line, this field must contain the value (if returned) from the original authorization response message. If a value was not returned in the authorization response or the transaction was processed off-line, this field must be empty.
Default Value
""