IShopHelperUpdateShopItemCategory Method |
Updates 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 UpdateShopItemCategory(
ShopItemCategory category
)
Function UpdateShopItemCategory (
category As ShopItemCategory
) As ShopItemCategory
ShopItemCategory^ UpdateShopItemCategory(
ShopItemCategory^ category
)
abstract UpdateShopItemCategory :
category : ShopItemCategory -> ShopItemCategory
Parameters
- category
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsShopItemCategory
The category.
Return Value
Type:
ShopItemCategoryUpdated shop item category.
See Also