Table of Contents

Class Ecommerce.Cart.CheckoutDoneArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
Class CheckoutDoneArgs.
public class Ecommerce.Cart.CheckoutDoneArgs : NotificationArgs
Inheritance
Ecommerce.Cart.CheckoutDoneArgs
Inherited Members

Properties

CancelExecution

Property indicating whether to cancel the rest of the execution of the checkout flow. Default value is false.
public bool CancelExecution { get; set; }

Property Value

bool
true if [cancel execution]; otherwise, false.
See Also

Order

The Order being handled.
public Order Order { get; set; }

Property Value

Order
The order.
See Also

See Also

To top