-
Undocumented
Declaration
Swift
public private(set) var addressSummary: String { get } -
Undocumented
Declaration
Swift
public private(set) var addressLine1: String? { get } -
Undocumented
Declaration
Swift
public private(set) var city: String? { get } -
Undocumented
Declaration
Swift
public private(set) var postCode: String? { get } -
Undocumented
Declaration
Swift
public private(set) var country: String? { get } -
Undocumented
Declaration
Swift
public init(_ addressSummary: String) -
Undocumented
Declaration
Swift
public init(addressLine1: String, city: String, postCode: String, country: String) -
Undocumented
Declaration
Swift
public init() -
Declaration
Swift
public init(from decoder: Decoder) throws -
Undocumented
Declaration
Swift
public func isDifferent(_ address: C8yAddress?) -> Bool -
Declaration
Swift
public func encode(_ container: KeyedEncodingContainer<C8yCustomAssetProcessor.AssetObjectKey>, forKey: C8yCustomAssetProcessor.AssetObjectKey) throws -> KeyedEncodingContainer<C8yCustomAssetProcessor.AssetObjectKey> -
Declaration
Swift
public mutating func decode(_ container: KeyedDecodingContainer<C8yCustomAssetProcessor.AssetObjectKey>, forKey: C8yCustomAssetProcessor.AssetObjectKey) throws
View on GitHub
C8yAddress Structure Reference