Click or drag to resize

IAtomiaBillingApiGetInvoiceOverview Method

Gets the invoice overview.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<InvoiceOverview> GetInvoiceOverview(
	Guid accountId,
	Guid customerId
)

Parameters

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

Return Value

Type: ListInvoiceOverview
Invoice overview.
See Also