ReverseOnError Property
Indicates whether to reverse all parallel payments if an error is encountered.
Syntax
[VB.NET] Public Property ReverseOnError As Boolean
[C#] public bool ReverseOnError {get; set;}
Remarks
With parallel payments, fund transfers to some receivers may occur before others. If you set this property to True, in the event of an error transfers to all receivers are reversed and all funds are returned to the sender. If ReverseOnError is set to False, completed transfers are not reversed and funds that have already been transferred are no longer available to the sender.
Default Value
True