Speedify SDK for Desktop/Embedded
15.0.1
|
Data on an account.
#include <types.h>
Data Fields | |
char | email [SPEEDIFYSDK_MAX_EMAIL] |
Email address associated with this account. More... | |
bool | isAutoAccount |
If this account is an automatically generated account. More... | |
int64_t | bytesAvailable |
Bytes allowed per data period (typically a month) for this account. -1 for unlimited. More... | |
int64_t | bytesUsed |
Bytes used this data period (typically a month) for this account. More... | |
bool | isTeam |
If this user is a teams member. More... | |
int32_t | minutesAvailable |
Minutes allowed per data period (typically a month) for this account. -1 for unlimited. More... | |
int32_t | minutesUsed |
Minutes used this data period (typically a month) for this account. More... | |
SpeedifySDK_AccountPaymentType | paymentType |
Payment status of this account. More... | |
struct tm | dataPeriodEnd |
When the current data period ends. More... | |
SpeedifySDK_AccountAction | action |
If any actions should be taken on this account. More... | |
SpeedifySDK_AccountAction SpeedifySDK_AccountingData::action |
If any actions should be taken on this account.
int64_t SpeedifySDK_AccountingData::bytesAvailable |
Bytes allowed per data period (typically a month) for this account. -1 for unlimited.
int64_t SpeedifySDK_AccountingData::bytesUsed |
Bytes used this data period (typically a month) for this account.
struct tm SpeedifySDK_AccountingData::dataPeriodEnd |
When the current data period ends.
char SpeedifySDK_AccountingData::email[SPEEDIFYSDK_MAX_EMAIL] |
Email address associated with this account.
bool SpeedifySDK_AccountingData::isAutoAccount |
If this account is an automatically generated account.
bool SpeedifySDK_AccountingData::isTeam |
If this user is a teams member.
int32_t SpeedifySDK_AccountingData::minutesAvailable |
Minutes allowed per data period (typically a month) for this account. -1 for unlimited.
int32_t SpeedifySDK_AccountingData::minutesUsed |
Minutes used this data period (typically a month) for this account.
SpeedifySDK_AccountPaymentType SpeedifySDK_AccountingData::paymentType |
Payment status of this account.