![]() |
Speedify SDK for Android
15.3.0
|
Data on an account.
Public Attributes | |
String | |
Email address associated with this account. More... | |
boolean | isAutoAccount |
If this account is an automatically generated account. More... | |
Long | bytesAvailable |
Bytes allowed per data period (typically a month) for this account. More... | |
Long | bytesUsed |
Bytes used this data period (typically a month) for this account. More... | |
boolean | isTeam |
If this user is a teams member. More... | |
int | minutesAvailable |
Minutes allowed per data period (typically a month) for this account. More... | |
int | minutesUsed |
Minutes used this data period (typically a month) for this account. More... | |
AccountPaymentType | paymentType |
Payment status of this account. More... | |
Date | dataPeriodEnd |
When the current data period ends. More... | |
AccountAction | action |
If any actions should be taken on this account. More... | |
AccountAction com.speedify.speedifysdk.Types.AccountingData.action |
If any actions should be taken on this account.
Long com.speedify.speedifysdk.Types.AccountingData.bytesAvailable |
Bytes allowed per data period (typically a month) for this account.
-1 for unlimited.
Long com.speedify.speedifysdk.Types.AccountingData.bytesUsed |
Bytes used this data period (typically a month) for this account.
Date com.speedify.speedifysdk.Types.AccountingData.dataPeriodEnd |
When the current data period ends.
String com.speedify.speedifysdk.Types.AccountingData.email |
Email address associated with this account.
boolean com.speedify.speedifysdk.Types.AccountingData.isAutoAccount |
If this account is an automatically generated account.
boolean com.speedify.speedifysdk.Types.AccountingData.isTeam |
If this user is a teams member.
int com.speedify.speedifysdk.Types.AccountingData.minutesAvailable |
Minutes allowed per data period (typically a month) for this account.
-1 for unlimited.
int com.speedify.speedifysdk.Types.AccountingData.minutesUsed |
Minutes used this data period (typically a month) for this account.
AccountPaymentType com.speedify.speedifysdk.Types.AccountingData.paymentType |
Payment status of this account.