Click or drag to resize

InvoiceHelperGetInvoicesOverview Method

Gets the invoices overview.

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<InvoiceOverview> GetInvoicesOverview(
	Guid customerId,
	Guid accountId
)

Parameters

customerId
Type: SystemGuid
The customer identifier.
accountId
Type: SystemGuid
The account identifier.

Return Value

Type: ListInvoiceOverview
Invoices overview.
See Also