SKUMaxUnitsExceededValidationError Constructor |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public SKUMaxUnitsExceededValidationError(
int skuId,
string skuName,
int maxUnits
)
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. - maxUnits
- Type: SystemInt32
Maximum number of units for the product.
See Also