Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Billing

The Billing class represent a specific billing information.


Summary
The Billing class represent a specific billing information.
The Billing constructor; Creates a new Billing instance by a separate billing fields.
Current billing status.
Is this account in trial?
How much days remaining for the trial?

Constructors

Billing

Billing( string status
boolean isTrial
interger trialDaysRemaining)

The Billing constructor; Creates a new Billing instance by a separate billing fields.

Parameters

statusCurrent billing status.
isTrialIs this account in trial?
trialDaysRemainingHow much days remaining for the trial?

Properties

status

string status

Current billing status. 

isTrial

boolean isTrial

Is this account in trial? 

trialDaysRemaining

integer trialDaysRemaining

How much days remaining for the trial? 

Address(string fullAddress)
The Address constructor; Creates a new Address instance by a full address value.
This is the base class of the provided coordinates classes.