Click or drag to resize

IAtomiaBillingApiGetShopItemCategoryById Method

Gets the shop item category by identifier.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ShopItemCategory GetShopItemCategoryById(
	Guid categoryId
)

Parameters

categoryId
Type: SystemGuid
The category identifier.

Return Value

Type: ShopItemCategory
Shop item category.
See Also