IShopHelperAddShopItemCategory Method |
Adds the 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 ShopItemCategory AddShopItemCategory(
ShopItemCategory category
)
Function AddShopItemCategory (
category As ShopItemCategory
) As ShopItemCategory
ShopItemCategory^ AddShopItemCategory(
ShopItemCategory^ category
)
abstract AddShopItemCategory :
category : ShopItemCategory -> ShopItemCategory
Parameters
- category
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsShopItemCategory
The category.
Return Value
Type:
ShopItemCategoryCreated shop item category.
See Also