IAtomiaBillingApiListItemsForReseller Method |
Namespace: Atomia.Billing.Core.Sdk
SearchResult<Item> ListItemsForReseller( Guid resellerId, Guid customerId, int pageSize, int rowStart, string order, string orderByPropertyName, Dictionary<string, SearchRestriction> disjunctions, Dictionary<string, SearchRestriction> conjuctions, string countryCode, string languageCode )
Function ListItemsForReseller ( resellerId As Guid, customerId As Guid, pageSize As Integer, rowStart As Integer, order As String, orderByPropertyName As String, disjunctions As Dictionary(Of String, SearchRestriction), conjuctions As Dictionary(Of String, SearchRestriction), countryCode As String, languageCode As String ) As SearchResult(Of Item)
SearchResult<Item^>^ ListItemsForReseller( Guid resellerId, Guid customerId, int pageSize, int rowStart, String^ order, String^ orderByPropertyName, Dictionary<String^, SearchRestriction^>^ disjunctions, Dictionary<String^, SearchRestriction^>^ conjuctions, String^ countryCode, String^ languageCode )
abstract ListItemsForReseller : resellerId : Guid * customerId : Guid * pageSize : int * rowStart : int * order : string * orderByPropertyName : string * disjunctions : Dictionary<string, SearchRestriction> * conjuctions : Dictionary<string, SearchRestriction> * countryCode : string * languageCode : string -> SearchResult<Item>
Copyright (C) 2013 Atomia AB. All rights reserved