Click or drag to resize

InvoiceHelperListDomainOnlyInvoices Method

Lists the domain only invoices.

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 List<Invoice> ListDomainOnlyInvoices(
	int numberOfDays,
	string[] notificationTypes,
	InvoiceStatus[] allowedStates,
	InvoiceStatus[] notAllowedStates
)

Parameters

numberOfDays
Type: SystemInt32
The number of days.
notificationTypes
Type: SystemString
The notification Types.
allowedStates
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoiceStatus
The allowed states.
notAllowedStates
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoiceStatus
The not allowed states.

Return Value

Type: ListInvoice
List of domain only invoices.
See Also