Click or drag to resize

IAtomiaBillingApiIsPossibleState Method

Determines whether [is possible state] [the specified current state].

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool IsPossibleState(
	string currentState,
	string newState
)

Parameters

currentState
Type: SystemString
State of the current.
newState
Type: SystemString
The new state.

Return Value

Type: Boolean
true if [is possible state] [the specified current state]; otherwise, false.
See Also