SKUMinUnitsNotReachedValidationError Class |
Namespace: CMS.Ecommerce
public class SKUMinUnitsNotReachedValidationError : ShoppingCartItemValidationError
The SKUMinUnitsNotReachedValidationError type exposes the following members.
Name | Description | |
---|---|---|
![]() | SKUMinUnitsNotReachedValidationError |
Creates instance of SKUMinUnitsNotReachedValidationError.
|
Name | Description | |
---|---|---|
![]() | mMessageKey |
Key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.) |
Name | Description | |
---|---|---|
![]() | MessageKey |
Gets a key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.) |
![]() | MessageParameters |
Returns an array containing SKU name and minimum units for the SKU.
(Overrides ShoppingCartItemValidationErrorMessageParameters.) |
![]() | MinUnits |
Minimum amount of units to have in cart.
|
![]() | SKUId |
SKU Id of product associated with the error.
(Inherited from ShoppingCartItemValidationError.) |
![]() | SKUName |
SKU name of product associated with the error.
(Inherited from ShoppingCartItemValidationError.) |