IShopHelperDeleteShopItemCategory Method |
Deletes shop item category.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax void DeleteShopItemCategory(
ShopItemCategory category
)
Sub DeleteShopItemCategory (
category As ShopItemCategory
)
void DeleteShopItemCategory(
ShopItemCategory^ category
)
abstract DeleteShopItemCategory :
category : ShopItemCategory -> unit
Parameters
- category
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsShopItemCategory
The category.
See Also