Click or drag to resize

InvoiceHelperCreateInvoiceForPendingCharges Method

Creates the invoice for pending charges.

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 Invoice CreateInvoiceForPendingCharges(
	Guid customerId,
	IList<Subscription> pendingChargesSubscriptions,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

customerId
Type: SystemGuid
The customer identifier.
pendingChargesSubscriptions
Type: System.Collections.GenericIListSubscription
The pending charges subscriptions.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.

Return Value

Type: Invoice
Invoice for pending charges.
See Also