SKUNotInStockValidationError Class |
Namespace: CMS.Ecommerce
public class SKUNotInStockValidationError : ShoppingCartItemValidationError
The SKUNotInStockValidationError type exposes the following members.
Name | Description | |
---|---|---|
![]() | SKUNotInStockValidationError |
Creates instance of SKUNotInStockValidationError.
|
Name | Description | |
---|---|---|
![]() | mMessageKey |
Key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.) |
Name | Description | |
---|---|---|
![]() | InventoryUnits |
Number of units available in stock.
|
![]() | 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 units in stock for the SKU.
(Overrides ShoppingCartItemValidationErrorMessageParameters.) |
![]() | SKUId |
SKU Id of product associated with the error.
(Inherited from ShoppingCartItemValidationError.) |
![]() | SKUName |
SKU name of product associated with the error.
(Inherited from ShoppingCartItemValidationError.) |