Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

AppSubscription

The AppSubscription class represent a specific appSubscription information.


Summary
The AppSubscription class represent a specific appSubscription information.
The AppSubscription constructor; Creates a new AppSubscription instance by a separate appSubscription fields.
User's id.
Application's id.
The Billing obejct.
The SMSInfo obejct.

Constructors

AppSubscription

AppSubscription( string userId
string appId
Billing billing
SMSInfo smsInfo)

The AppSubscription constructor; Creates a new AppSubscription instance by a separate appSubscription fields.

Parameters

userIdUser's id.
appIdApplication's id.
billingThe Billing obejct.
smsInfoThe SMSInfo obejct.

Properties

userId

string userId

User's id. 

appId

string appId

Application's id. 

billing

Billing billing

The Billing obejct. 

smsInfo

SMSInfo smsInfo

The SMSInfo obejct. 

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.