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
fun main() {
//sampleStart
// Fetching account plan state by id
val resp = freeTierClient.getAccountPlanState()
//sampleEnd
}