BusinessType
public enum BusinessType : String
                The business type.
- 
                  
                  
The corporation business type
Declaration
Swift
case corporation = "CORPORATION" - 
                  
                  
The partnership business type
Declaration
Swift
case partnership = "PARTNERSHIP" 
            View on GitHub