Click or drag to resize

InvoiceHelperGetSubscriptionsForInvoice Method

Gets the subscriptions for invoice.

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<Subscription> GetSubscriptionsForInvoice(
	Guid invoiceId,
	string[] allowedStates,
	string[] notAllowedStates,
	Guid languageId
)

Parameters

invoiceId
Type: SystemGuid
The invoice id.
allowedStates
Type: SystemString
Allowed subscription states.
notAllowedStates
Type: SystemString
Not allowed subscription states.
languageId
Type: SystemGuid
The language id.

Return Value

Type: ListSubscription
List of subscriptions for invoice invoiceId
See Also