Click or drag to resize

IAtomiaBillingApiGetSubscriptionsForCustomer Method

Gets the subscriptions for customer.

Namespace:  Atomia.Billing.Core.Sdk
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
)

Parameters

customer
Type: Account
The customer.
allowedStates
Type: SystemString
The allowed states.
notAllowedStates
Type: SystemString
The not allowed states.

Return Value

Type: ListSubscription
Filtered subscriptions for customer.
See Also