Click or drag to resize

SubscriptionHelperAdapterGetSubscriptionStateAfterChange 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
public string GetSubscriptionStateAfterChange(
	string newState
)

Parameters

newState
Type: SystemString
The new state.

Return Value

Type: String
New subscription state.

Implements

ISubscriptionHelperGetSubscriptionStateAfterChange(String)
See Also