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