Click or drag to resize

ISubscriptionHelperGetSubscriptionStateAfterChange Method

Gets state of the subscription after change action.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
string GetSubscriptionStateAfterChange(
	string newState
)

Parameters

newState
Type: SystemString
The new state.

Return Value

Type: String
New subscription state.
See Also