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
)
Public Shared Function GetInvoicesOverview (
customerId As Guid,
accountId As Guid
) As List(Of InvoiceOverview)
public:
static List<InvoiceOverview^>^ GetInvoicesOverview(
Guid customerId,
Guid accountId
)
static member GetInvoicesOverview :
customerId : Guid *
accountId : Guid -> List<InvoiceOverview>
Parameters
- customerId
- Type: SystemGuid
The customer identifier. - accountId
- Type: SystemGuid
The account identifier.
Return Value
Type:
ListInvoiceOverviewInvoices overview.
See Also