Click or drag to resize
RegisteredCustomerRequiredValidationError Constructor

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public RegisteredCustomerRequiredValidationError(
	int skuId,
	string skuName
)

Parameters

skuId
Type: SystemInt32
SKU Id of the product for which validation failed.
skuName
Type: SystemString
SKU name of the product for which validation failed.
See Also