Click or drag to resize

InvoiceHelperListUnpaidInvoices Method (Guid, DateTime, Int32, Int32, String, String, DictionaryString, SearchRestriction, DictionaryString, SearchRestriction)

Lists unpaid invoices that should be payed before termination.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static SearchResult<Invoice> ListUnpaidInvoices(
	Guid customerId,
	DateTime terminationDate,
	int firstRow,
	int pageSize,
	string order,
	string propertyNameToOrder,
	Dictionary<string, SearchRestriction> disjunctions,
	Dictionary<string, SearchRestriction> conjuctions
)

Parameters

customerId
Type: SystemGuid
The customer id.
terminationDate
Type: SystemDateTime
The termination date.
firstRow
Type: SystemInt32
The first row.
pageSize
Type: SystemInt32
The page size.
order
Type: SystemString
The order (asc or dsc).
propertyNameToOrder
Type: SystemString
The property name to order.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions.
conjuctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjuctions.

Return Value

Type: SearchResultInvoice
Invoices as search results.
See Also