getAccountPlanState

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
}