InvoiceHelperListCustomersWithPostpaidInvoice Method |
Lists the customers with postpaid invoice.
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 IList<Guid> ListCustomersWithPostpaidInvoice(
DateTime startTime,
DateTime endTime
)
Public Shared Function ListCustomersWithPostpaidInvoice (
startTime As DateTime,
endTime As DateTime
) As IList(Of Guid)
public:
static IList<Guid>^ ListCustomersWithPostpaidInvoice(
DateTime startTime,
DateTime endTime
)
static member ListCustomersWithPostpaidInvoice :
startTime : DateTime *
endTime : DateTime -> IList<Guid>
Parameters
- startTime
- Type: SystemDateTime
The start time. - endTime
- Type: SystemDateTime
The end time.
Return Value
Type:
IListGuidList of customer ids.
See Also