SubscriptionHelperGetSubscriptionStateAfterChange 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 static string GetSubscriptionStateAfterChange(
string newState
)
Public Shared Function GetSubscriptionStateAfterChange (
newState As String
) As String
public:
static String^ GetSubscriptionStateAfterChange(
String^ newState
)
static member GetSubscriptionStateAfterChange :
newState : string -> string
Parameters
- newState
- Type: SystemString
The new state.
Return Value
Type:
StringNew subscription state.
See Also