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
)
Public Shared Function ListForCreditingOnTermination (
customerId As Guid,
terminationDate As DateTime
) As List(Of Invoice)
public:
static List<Invoice^>^ ListForCreditingOnTermination(
Guid customerId,
DateTime terminationDate
)
static member ListForCreditingOnTermination :
customerId : Guid *
terminationDate : DateTime -> List<Invoice>
Parameters
- customerId
- Type: SystemGuid
The customer id. - terminationDate
- Type: SystemDateTime
The termination date.
Return Value
Type:
ListInvoiceList of invoices which will be credited upon termination.
See Also