IShopHelperListShopItemCategories Method |
Lists the shop item categories.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax IList<ShopItemCategory> ListShopItemCategories(
Guid resellerId
)
Function ListShopItemCategories (
resellerId As Guid
) As IList(Of ShopItemCategory)
IList<ShopItemCategory^>^ ListShopItemCategories(
Guid resellerId
)
abstract ListShopItemCategories :
resellerId : Guid -> IList<ShopItemCategory>
Parameters
- resellerId
- Type: SystemGuid
The reseller identifier.
Return Value
Type:
IListShopItemCategoryList of shop item categories.
See Also