Click or drag to resize
SKUMaxUnitsExceededValidationError Properties

The SKUMaxUnitsExceededValidationError type exposes the following members.

Properties
  NameDescription
Public propertyMaxUnits
Maximum allowed units for the product.
Public propertyMessageKey
Gets a key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.)
Public propertyMessageParameters
Returns an array containing SKU name and maximum units for the SKU.
(Overrides ShoppingCartItemValidationErrorMessageParameters.)
Public propertySKUId
SKU Id of product associated with the error.
(Inherited from ShoppingCartItemValidationError.)
Public propertySKUName
SKU name of product associated with the error.
(Inherited from ShoppingCartItemValidationError.)
Top
See Also