Click or drag to resize

IAtomiaBillingApiGetPackageSubscriptions Method

Gets the package subscriptions for customer.

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

Parameters

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

Return Value

Type: IListSubscription
List of package subscriptions.
See Also