Telecom

public struct Telecom : Codable, Hashable
  • Declaration

    Swift

    public init(phone: String? = nil,
                fax: String? = nil,
                email: String? = nil,
                web: String? = nil)
  • Declaration

    Swift

    public let phone: String?
  • fax

    Declaration

    Swift

    public let fax: String?
  • Declaration

    Swift

    public let email: String?
  • web

    Declaration

    Swift

    public let web: String?