ErxOrganization
public struct ErxOrganization : Hashable, Codable
-
Declaration
Swift
public init(identifier: String? = nil, name: String? = nil, phone: String? = nil, email: String? = nil, address: String? = nil)
-
Declaration
Swift
public let identifier: String?
-
Declaration
Swift
public let name: String?
-
Declaration
Swift
public let phone: String?
-
Declaration
Swift
public let email: String?
-
Declaration
Swift
public let address: String?