IAtomiaBillingApiListItemsWithDetails Method |
Note: This API is now obsolete.
Namespace: Atomia.Billing.Core.Sdk
[ObsoleteAttribute("Use ListItemsForReseller instead.", false)] SearchResult<Item> ListItemsWithDetails( Guid resellerId, Guid customerId, int pageSize, int rowStart, string order, string orderByPropertyName, Dictionary<string, SearchRestriction> disjunctions, Dictionary<string, SearchRestriction> conjuctions, string countryCode, string languageCode, string currencyCode )
<ObsoleteAttribute("Use ListItemsForReseller instead.", false)> Function ListItemsWithDetails ( 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, currencyCode As String ) As SearchResult(Of Item)
[ObsoleteAttribute(L"Use ListItemsForReseller instead.", false)] SearchResult<Item^>^ ListItemsWithDetails( Guid resellerId, Guid customerId, int pageSize, int rowStart, String^ order, String^ orderByPropertyName, Dictionary<String^, SearchRestriction^>^ disjunctions, Dictionary<String^, SearchRestriction^>^ conjuctions, String^ countryCode, String^ languageCode, String^ currencyCode )
[<ObsoleteAttribute("Use ListItemsForReseller instead.", false)>] abstract ListItemsWithDetails : resellerId : Guid * customerId : Guid * pageSize : int * rowStart : int * order : string * orderByPropertyName : string * disjunctions : Dictionary<string, SearchRestriction> * conjuctions : Dictionary<string, SearchRestriction> * countryCode : string * languageCode : string * currencyCode : string -> SearchResult<Item>
Copyright (C) 2013 Atomia AB. All rights reserved