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