Address
public class Address : APIModel
Undocumented
-
Undocumented
Declaration
Swift
public var city: String? -
Country code in as specified in ISO 3166-1.
Declaration
Swift
public var countryCode: String? -
Undocumented
Declaration
Swift
public var houseNo: String? -
Undocumented
Declaration
Swift
public var postalCode: String? -
Undocumented
Declaration
Swift
public var street: String? -
Undocumented
Declaration
Swift
public init(city: String? = nil, countryCode: String? = nil, houseNo: String? = nil, postalCode: String? = nil, street: String? = nil) -
Declaration
Swift
public required init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool -
Declaration
Swift
public static func == (lhs: Address, rhs: Address) -> Bool
View on GitHub
Address Class Reference