BusinessContactRole

public enum BusinessContactRole : String

The user’s role in the organization.

  • The director role

    Declaration

    Swift

    case director = "DIRECTOR"
  • The other role

    Declaration

    Swift

    case other = "OTHER"
  • The owner role

    Declaration

    Swift

    case owner = "OWNER"