PhoneNumberType

public enum PhoneNumberType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case tollFree = "TOLL_FREE"
  • did

    Undocumented

    Declaration

    Swift

    case did = "DID"
  • Declaration

    Swift

    public var description: String { get }