Click or drag to resize

PaymentActionFailedException Constructor (Boolean)

Initializes a new instance of the PaymentActionFailedException class.

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

Parameters

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