Click or drag to resize

InvoiceHelperGetInvoicesForReminder Method

Gets the invoices for reminder with due date passed for numberOfDays.

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

Parameters

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

Return Value

Type: ListInvoice
List of invoices for reminder.
See Also