Click or drag to resize

PaymentActionFailedException(Boolean) Constructor

Initializes a new instance of the PaymentActionFailedException class.

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

Parameters

keepInOrder  Boolean  (Optional)
Keep payment in the order if possible.
See Also