Click or drag to resize

IAtomiaBillingApiGetSubscriptions Method

Gets the subscriptions.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<Subscription> GetSubscriptions(
	Account account,
	string[] allowedStates,
	string[] notAllowedStates
)

Parameters

account
Type: Account
The account.
allowedStates
Type: SystemString
The allowed states.
notAllowedStates
Type: SystemString
The not allowed states.

Return Value

Type: ListSubscription
Filtered subscriptions.
See Also