Click or drag to resize

InvoiceHelperListInvoicesForSubscriptions Method

Lists the invoices for subscriptions.

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> ListInvoicesForSubscriptions(
	List<Subscription> subscriptions
)

Parameters

subscriptions
Type: System.Collections.GenericListSubscription
The subscriptions.

Return Value

Type: ListInvoice
List of invoices for given subscriptions
See Also