Click or drag to resize

SubscriptionHelperChangeSubscriptionState Method

Changes the state of the subscription.

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 void ChangeSubscriptionState(
	List<Subscription> subscriptions,
	string state
)

Parameters

subscriptions
Type: System.Collections.GenericListSubscription
The subscriptions.
state
Type: SystemString
The state.
See Also