ItemHelperGetItemCategories Method |
Gets the 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 public static IList<string> GetItemCategories()
Public Shared Function GetItemCategories As IList(Of String)
public:
static IList<String^>^ GetItemCategories()
static member GetItemCategories : unit -> IList<string>
Return Value
Type:
IListStringList of item categories.
See Also