ItemShopCategories Property |
Gets or sets the shop categories.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public IList<ShopItemCategory> ShopCategories { get; set; }
Public Property ShopCategories As IList(Of ShopItemCategory)
Get
Set
public:
property IList<ShopItemCategory^>^ ShopCategories {
IList<ShopItemCategory^>^ get ();
void set (IList<ShopItemCategory^>^ value);
}
member ShopCategories : IList<ShopItemCategory> with get, set
Property Value
Type:
IListShopItemCategoryThe shop categories.
See Also