SubscriptionHelperGetSubscriptions Method |
Gets the 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<Subscription> GetSubscriptions(
Account account,
string[] allowedStates,
string[] notAllowedStates
)
Public Shared Function GetSubscriptions (
account As Account,
allowedStates As String(),
notAllowedStates As String()
) As List(Of Subscription)
public:
static List<Subscription^>^ GetSubscriptions(
Account^ account,
array<String^>^ allowedStates,
array<String^>^ notAllowedStates
)
static member GetSubscriptions :
account : Account *
allowedStates : string[] *
notAllowedStates : string[] -> List<Subscription>
Parameters
- account
- Type: Account
The account. - allowedStates
- Type: SystemString
The allowed states. - notAllowedStates
- Type: SystemString
The not allowed states.
Return Value
Type:
ListSubscriptionFiltered subscriptions.
See Also