Click or drag to resize

IAtomiaBillingApiGetAvailableItems Method

Gets the available items from all the parent resellers.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<Item> GetAvailableItems(
	Account account
)

Parameters

account
Type: Account
The account for which to get items.

Return Value

Type: ListItem
List of available items.
See Also