ContactType

public enum ContactType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case person = "PERSON"
  • Undocumented

    Declaration

    Swift

    case company = "COMPANY"
  • Undocumented

    Declaration

    Swift

    case association = "ASSOCIATION"
  • Undocumented

    Declaration

    Swift

    case publicBody = "PUBLIC_BODY"
  • Undocumented

    Declaration

    Swift

    case reseller = "RESELLER"
  • Declaration

    Swift

    public var description: String { get }