getAccountPlanState
inline suspend fun FreeTierClient.getAccountPlanState(crossinline block: GetAccountPlanStateRequest.Builder.() -> Unit): 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()Content copied to clipboard