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
)
Public Shared Function GetPackageDomainSubscriptions (
customer As Account,
allowedStates As String(),
notAllowedStates As String()
) As List(Of PackageSubscriptionsList)
public:
static List<PackageSubscriptionsList^>^ GetPackageDomainSubscriptions(
Account^ customer,
array<String^>^ allowedStates,
array<String^>^ notAllowedStates
)
static member GetPackageDomainSubscriptions :
customer : Account *
allowedStates : string[] *
notAllowedStates : string[] -> List<PackageSubscriptionsList>
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:
ListPackageSubscriptionsListNew instance of PackageSubscriptionsList
See Also