ProfileType
public enum ProfileType : String
Representation of the user’s profile type.
-
The business profile type.
Declaration
Swift
case business = "BUSINESS" -
The individual profile type.
Declaration
Swift
case individual = "INDIVIDUAL"
View on GitHub