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