IAtomiaBillingApiGetItemsForCurrency Method |
Namespace: Atomia.Billing.Core.Sdk
SearchResult<Item> GetItemsForCurrency( Account account, int pageSize, int rowStart, string order, string propertyNameToOrder, Dictionary<string, SearchRestriction> disjunctions, Dictionary<string, SearchRestriction> conjuctions, Guid currencyId )
Function GetItemsForCurrency ( account As Account, pageSize As Integer, rowStart As Integer, order As String, propertyNameToOrder As String, disjunctions As Dictionary(Of String, SearchRestriction), conjuctions As Dictionary(Of String, SearchRestriction), currencyId As Guid ) As SearchResult(Of Item)
SearchResult<Item^>^ GetItemsForCurrency( Account^ account, int pageSize, int rowStart, String^ order, String^ propertyNameToOrder, Dictionary<String^, SearchRestriction^>^ disjunctions, Dictionary<String^, SearchRestriction^>^ conjuctions, Guid currencyId )
abstract GetItemsForCurrency : account : Account * pageSize : int * rowStart : int * order : string * propertyNameToOrder : string * disjunctions : Dictionary<string, SearchRestriction> * conjuctions : Dictionary<string, SearchRestriction> * currencyId : Guid -> SearchResult<Item>
Copyright (C) 2013 Atomia AB. All rights reserved