IShopHelperGetShopItemCategoryById Method |
Gets the shop item category by identifier.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax ShopItemCategory GetShopItemCategoryById(
Guid categoryId
)
Function GetShopItemCategoryById (
categoryId As Guid
) As ShopItemCategory
ShopItemCategory^ GetShopItemCategoryById(
Guid categoryId
)
abstract GetShopItemCategoryById :
categoryId : Guid -> ShopItemCategory
Parameters
- categoryId
- Type: SystemGuid
The category identifier.
Return Value
Type:
ShopItemCategoryShop item category.
See Also