getPlan() getPlan() : string Get the type of the user plan. Returns string — $plan The type of the user plan.
getAddons() getAddons() : string Get all the addons of the account. Returns string — $addons The addon details.
getBillingDate() getBillingDate() : string Get the billing date of the plan. Returns string — $billing_date The billing date.
getRowsAllowed() getRowsAllowed() : long Get the total row allowed to the user. Returns long — The total row allowed to the user.
getRowsUsed() getRowsUsed() : long Get the number of rows that were used by the user. Returns long — The number of rows used by the user.
isTrialAvailed() isTrialAvailed() : boolean This method is Used to identify the trial pack. Returns boolean — $trial_availed Used to identify the trial pack.
getTrialPlan() getTrialPlan() : string Get the trial plan detail. Returns string — The trial plan detail.
getTrialStatus() getTrialStatus() : boolean Get the trial pack status. Returns boolean — The trial pack status.
getTrialEndDate() getTrialEndDate() : string Get the end date of the trial pack. Returns string — The end date of the trial pack.