ISubscriptionHelperGetSubscriptionsForCustomer Method |
Gets the subscriptions for customer.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax List<Subscription> GetSubscriptionsForCustomer(
Account customer,
string[] allowedStates,
string[] notAllowedStates
)
Function GetSubscriptionsForCustomer (
customer As Account,
allowedStates As String(),
notAllowedStates As String()
) As List(Of Subscription)
List<Subscription^>^ GetSubscriptionsForCustomer(
Account^ customer,
array<String^>^ allowedStates,
array<String^>^ notAllowedStates
)
abstract GetSubscriptionsForCustomer :
customer : Account *
allowedStates : string[] *
notAllowedStates : string[] -> List<Subscription>
Parameters
- customer
- Type: Account
The customer. - allowedStates
- Type: SystemString
The allowed states. - notAllowedStates
- Type: SystemString
The not allowed states.
Return Value
Type:
ListSubscriptionList of customer's subscriptions.
See Also