AccountType
public enum AccountType : CustomStringConvertible, JSONRepresentable
What type of account this user has.
-
The basic account type.
Declaration
Swift
case basic
-
The Dropbox Pro account type.
Declaration
Swift
case pro
-
The Dropbox Business account type.
Declaration
Swift
case business
-
Declaration
Swift
public var description: String { get }