Package python :: Module ReportClient :: Class PlanInfo
[hide private]
[frames] | no frames]

Class PlanInfo

source code

It contains the plan details.

Instance Methods [hide private]
 
__init__(self, response) source code
Instance Variables [hide private]
string response
The unparsed complete response content as sent by the server.
string plan
The type of the user plan.
string addon
The addon details.
string billingDate
The billing date.
int rowsAllowed
The total rows allowed to the user.
int rowsUsed
The number of rows used by the user.
string trialAvailed
Used to identify the trial pack.
string trialPlan
The trial plan detail.
bool trialStatus
The trial plan status.
string trialEndDate
The end date of the trial plan.