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