EnterpriseInformation
public struct EnterpriseInformation
-
Declaration
Swift
public private(set) var id: Int! { get }
-
Declaration
Swift
public private(set) var name: String! { get }
-
Declaration
Swift
public private(set) var preferredCCS: String! { get }
-
Declaration
Swift
public private(set) var apiKey: String! { get }
-
Declaration
Swift
public private(set) var logo: String? { get }
-
Declaration
Swift
public private(set) var city: String? { get }
-
Declaration
Swift
public private(set) var address: String? { get }