Click or drag to resize

IAtomiaBillingApiGetNextPostpaidInvoiceDate Method

Gets next invoice date for customer.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
DateTime GetNextPostpaidInvoiceDate(
	Guid customerId
)

Parameters

customerId
Type: SystemGuid
The customer id.

Return Value

Type: DateTime
The next invoice date.
See Also