Click or drag to resize

IAtomiaBillingApiListShopItemCategories Method

Lists the shop item categories.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<ShopItemCategory> ListShopItemCategories(
	Guid resellerId
)

Parameters

resellerId
Type: SystemGuid
The reseller identifier.

Return Value

Type: IListShopItemCategory
List of shop item categories.
See Also