Click or drag to resize

IAtomiaBillingApiListUnpaidInvoices Method

Lists unpaid invoices that should be paid before termination.

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

Parameters

customerId
Type: SystemGuid
The customer id.
terminationOption
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTerminationOption
The termination option.
firstRow
Type: SystemInt32
The first row.
pageSize
Type: SystemInt32
The page size.
order
Type: SystemString
The order (asc or desc).
propertyNameToOrder
Type: SystemString
The name name to order.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions.
conjuctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjunctions.

Return Value

Type: SearchResultInvoice
Invoices as search results.
See Also