RetrievalNumberToVoid Property
Indicates the transaction to void.
Object Oriented Interface
public function getRetrievalNumberToVoid(); public function setRetrievalNumberToVoid($value);
Procedural Interface
inpaydirect_ptechcanadiandebit_get($res, 35 ); inpaydirect_ptechcanadiandebit_set($res, 35, $value );
Default Value
''
Remarks
When sending a transaction with the InteracTransactionType set to ittVoidSale or ittVoidReturn, this property must contain the ResponseRetrievalNumber from the transaction you wish to void. The LastRetrievalNumber is also required for void transactions, and must be set with the LAST ResponseRetrievalNumber received from the Paymentech Server. If LastRetrievalNumber is left blank, the current contents of the ResponseRetrievalNumber property will be used instead.
Data Type
String