getAccountPlanState

abstract suspend fun getAccountPlanState(input: GetAccountPlanStateRequest = GetAccountPlanStateRequest { }): GetAccountPlanStateResponse

This returns all of the information related to the state of the account plan related to Free Tier.

Samples

// Fetching account plan state by id
val resp = freeTierClient.getAccountPlanState()