Click or drag to resize
SKUMinUnitsNotReachedValidationError Properties

The SKUMinUnitsNotReachedValidationError type exposes the following members.

Properties
  NameDescription
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 minimum units for the SKU.
(Overrides ShoppingCartItemValidationErrorMessageParameters.)
Public propertyMinUnits
Minimum amount of units to have in cart.
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