Click or drag to resize

InvoiceHelperGetInvoicesByCustomer Method

Gets the invoices for customer.

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> GetInvoicesByCustomer(
	Guid customerId,
	InvoiceStatus[] allowedStates,
	string[] notAllowedStates
)

Parameters

customerId
Type: SystemGuid
Invoice customer's id.
allowedStates
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoiceStatus
Invoice allowed statuses.
notAllowedStates
Type: SystemString
Invoice not allowed statuses.

Return Value

Type: ListInvoice
List of invoices for given customer.
See Also