RetrievalNumberToVoid Property
Indicates the transaction to void.
Syntax
[VB.NET] Public Property RetrievalNumberToVoid As String
[C#] public string RetrievalNumberToVoid {get; set;}
Remarks
When sending a transaction with the InteracTransactionType set to ittVoidSale or ittVoidReturn, this property must contain the RetrievalNumber from the transaction you wish to void. The LastRetrievalNumber is also required for void transactions, and must be set with the LAST RetrievalNumber received from the Paymentech Server. If LastRetrievalNumber is left blank, the current contents of the RetrievalNumber property will be used instead.
Default Value
""