ErxOrganization
public struct ErxOrganization : Hashable, Codable, Sendable
-
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?
View on GitHub
ErxOrganization Structure Reference