Click or drag to resize

IAtomiaBillingApiGetItemsForPublicOrder Method

Gets the items for public order.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<Item> GetItemsForPublicOrder(
	Guid accountId,
	int pageSize,
	int rowStart,
	string order,
	string propertyNameToOrder,
	Dictionary<string, SearchRestriction> disjunctions,
	Dictionary<string, SearchRestriction> conjuctions,
	string languageISOCode
)

Parameters

accountId
Type: SystemGuid
The account id.
pageSize
Type: SystemInt32
Size of the page.
rowStart
Type: SystemInt32
The start row.
order
Type: SystemString
The order.
propertyNameToOrder
Type: SystemString
The name name to order.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions.
conjuctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjunctions.
languageISOCode
Type: SystemString
Language ISO code.

Return Value

Type: SearchResultItem
Filtered items.
See Also