Click or drag to resize
CreateOrderValidator Constructor
Initializes a new instance of the CreateOrderValidator class for given cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public CreateOrderValidator(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart for which to perform the validation.
See Also