Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_AccountingData Struct Reference

Detailed Description

Data on an account.

Since
7.5

#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...
 

Field Documentation

◆ bytesAvailable

int64_t SpeedifySDK_AccountingData::bytesAvailable

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

Since
7.5

◆ bytesUsed

int64_t SpeedifySDK_AccountingData::bytesUsed

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

Since
7.5

◆ dataPeriodEnd

struct tm SpeedifySDK_AccountingData::dataPeriodEnd

When the current data period ends.

Since
9.4

◆ email

char SpeedifySDK_AccountingData::email[SPEEDIFYSDK_MAX_EMAIL]

Email address associated with this account.

Since
7.5

◆ isAutoAccount

bool SpeedifySDK_AccountingData::isAutoAccount

If this account is an automatically generated account.

Since
7.5

◆ isTeam

bool SpeedifySDK_AccountingData::isTeam

If this user is a teams member.

Since
7.5

◆ minutesAvailable

int32_t SpeedifySDK_AccountingData::minutesAvailable

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

Since
9.4

◆ minutesUsed

int32_t SpeedifySDK_AccountingData::minutesUsed

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

Since
9.4

◆ paymentType

SpeedifySDK_AccountPaymentType SpeedifySDK_AccountingData::paymentType

Payment status of this account.

Since
9.4

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