InvoiceHelperListUnpaidInvoices Method (Guid, DateTime) |
Lists unpaid invoices that should be payed before termination date.
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> ListUnpaidInvoices(
Guid customerId,
DateTime terminationDate
)
Public Shared Function ListUnpaidInvoices (
customerId As Guid,
terminationDate As DateTime
) As List(Of Invoice)
public:
static List<Invoice^>^ ListUnpaidInvoices(
Guid customerId,
DateTime terminationDate
)
static member ListUnpaidInvoices :
customerId : Guid *
terminationDate : DateTime -> List<Invoice>
Parameters
- customerId
- Type: SystemGuid
The customer id. - terminationDate
- Type: SystemDateTime
The termination date.
Return Value
Type:
ListInvoiceList of unpaid invoices.
See Also