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? -
Declaration
Swift
public let fax: String? -
Declaration
Swift
public let email: String? -
Declaration
Swift
public let web: String?
View on GitHub
Telecom Structure Reference