ReversalType Property
The type of reversal.
Syntax
int GetReversalType();
int SetReversalType(int iReversalType);
Possible Values
FDRT_FULL_REVERSAL(0), FDRT_TIMEOUT_REVERSAL(1)
Default Value
0
Remarks
This property specifies the type of reversal. Possible values are:
0 (fdrtFullReversal - default) | Full Reversal |
1 (fdrtTimeoutReversal) | Timeout Reversal |
Timeout Reversals are applicable to the following transaction types:
Full Reversals are applicable to the following transaction types:
- AuthOnly
- Sale
Data Type
Integer