Click or drag to resize

SubscriptionHelperGetPackageDomainSubscriptions Method

Finds all packages and their domain 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<PackageSubscriptionsList> GetPackageDomainSubscriptions(
	Account customer,
	string[] allowedStates,
	string[] notAllowedStates
)

Parameters

customer
Type: Account
The customer the subscriptions belong to
allowedStates
Type: SystemString
Allowed states for the subscriptions
notAllowedStates
Type: SystemString
Not allowed states for the subscriptions

Return Value

Type: ListPackageSubscriptionsList
New instance of PackageSubscriptionsList
See Also