SubscriptionHelperGetPackageSubscriptions Method |
Gets the package 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 IList<Subscription> GetPackageSubscriptions(
Account customer,
string[] allowedStates,
string[] notAllowedStates
)
Public Shared Function GetPackageSubscriptions (
customer As Account,
allowedStates As String(),
notAllowedStates As String()
) As IList(Of Subscription)
public:
static IList<Subscription^>^ GetPackageSubscriptions(
Account^ customer,
array<String^>^ allowedStates,
array<String^>^ notAllowedStates
)
static member GetPackageSubscriptions :
customer : Account *
allowedStates : string[] *
notAllowedStates : string[] -> IList<Subscription>
Parameters
- customer
- Type: Account
The customer. - allowedStates
- Type: SystemString
The allowed states. - notAllowedStates
- Type: SystemString
The not allowed states.
Return Value
Type:
IListSubscriptionList of package subscriptions.
See Also