Click or drag to resize

InvoiceHelperListForCreditingOnTermination Method

Lists invoices for crediting on termination.

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> ListForCreditingOnTermination(
	Guid customerId,
	DateTime terminationDate
)

Parameters

customerId
Type: SystemGuid
The customer id.
terminationDate
Type: SystemDateTime
The termination date.

Return Value

Type: ListInvoice
List of invoices which will be credited upon termination.
See Also