AccountingData
public struct AccountingData
Data on the account
-
Email address associated with this account
Declaration
Swift
public var email: String
-
If this account is an automatically generated account
Declaration
Swift
public var isAutoAccount: Bool
-
Bytes allowed per month for this account. -1 for unlimited.
Declaration
Swift
public var bytesAvailable: Int64
-
Bytes used this month for this account.
Declaration
Swift
public var bytesUsed: Int64
-
If this user is a teams member. @since 7.4
Declaration
Swift
public var isTeam: Bool