Click or drag to resize

PaymentActionCancelledException Constructor (Boolean)

Initializes a new instance of the PaymentActionCancelledException class.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public PaymentActionCancelledException(
	bool keepInOrder = false
)

Parameters

keepInOrder (Optional)
Type: SystemBoolean
Keep payment in the order if possible.
See Also