ReversalType Property
The type of reversal.
Syntax
[VB.NET] Public Property ReversalType As FdmsrcretailReversalTypes
[C#] public FdmsrcretailReversalTypes ReversalType {get; set;}
enum FdmsrcretailReversalTypes { frtFullReversal, frtTimeoutReversal, frtVoidForSuspectedFraud }
Remarks
This property specifies the type of reversal. Possible values are:
0 (frtFullReversal - default) | Full Reversal |
1 (frtTimeoutReversal) | Timeout Reversal |
1 (frtVoidForSuspectedFraud) | Full Reversal with suspected fraud as the reason. This is only applicable to MasterCard. |
Timeout Reversals are applicable to the following transaction types:
Full Reversals are applicable to the following transaction types:
Default Value
0