Speedify SDK for Android  14.7.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.AccountingData Class Reference

Detailed Description

Data on an account.

Since
6.1

Public Attributes

String email
 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...
 

Member Data Documentation

◆ bytesAvailable

Long com.speedify.speedifysdk.Types.AccountingData.bytesAvailable

Bytes allowed per data period (typically a month) for this account.

-1 for unlimited.

Since
6.2.1

◆ bytesUsed

Long com.speedify.speedifysdk.Types.AccountingData.bytesUsed

Bytes used this data period (typically a month) for this account.

Since
6.2.1

◆ dataPeriodEnd

Date com.speedify.speedifysdk.Types.AccountingData.dataPeriodEnd

When the current data period ends.

Since
9.4

◆ email

String com.speedify.speedifysdk.Types.AccountingData.email

Email address associated with this account.

Since
6.1

◆ isAutoAccount

boolean com.speedify.speedifysdk.Types.AccountingData.isAutoAccount

If this account is an automatically generated account.

Since
6.1

◆ isTeam

boolean com.speedify.speedifysdk.Types.AccountingData.isTeam

If this user is a teams member.

Since
7.5

◆ minutesAvailable

int com.speedify.speedifysdk.Types.AccountingData.minutesAvailable

Minutes allowed per data period (typically a month) for this account.

-1 for unlimited.

Since
9.4

◆ minutesUsed

int com.speedify.speedifysdk.Types.AccountingData.minutesUsed

Minutes used this data period (typically a month) for this account.

Since
9.4

◆ paymentType

AccountPaymentType com.speedify.speedifysdk.Types.AccountingData.paymentType

Payment status of this account.

Since
9.4

The documentation for this class was generated from the following file: