ManageEngine Analytics Plus Client APIPlanInfo

PlanInfo contains the plan details.

Summary

Methods
Properties
Constants
getPlan()
getAddons()
getBillingDate()
getRowsAllowed()
getRowsUsed()
isTrialAvailed()
getTrialPlan()
getTrialStatus()
getTrialEndDate()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$plan
$addons
$billing_date
$rows_allowed
$rows_used
$trial_availed
$trial_plan
$trial_status
$trial_end_date
N/A

Properties

$plan

$plan : string

Type

string — The type of the user plan.

$addons

$addons : string

Type

string — The addon details.

$billing_date

$billing_date : string

Type

string — The billing date.

$rows_allowed

$rows_allowed : long

Type

long — The total row allowed to the user.

$rows_used

$rows_used : long

Type

long — The number of rows used by the user.

$trial_availed

$trial_availed : string

Type

string — Used to identify the trial pack.

$trial_plan

$trial_plan : string

Type

string — The trial plan detail.

$trial_status

$trial_status : boolean

Type

boolean — The trial pack status.

$trial_end_date

$trial_end_date : string

Type

string — The end date of the trial pack.

Methods

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.