UpdatableAddressFields
public struct UpdatableAddressFields
extension UpdatableAddressFields: Equatable, Hashable
What you pass to create or update an address.
-
Declaration
Swift
public var name: String
-
Declaration
Swift
public var organization: String
-
Declaration
Swift
public var streetAddress: String
-
Declaration
Swift
public var addressLevel3: String
-
Declaration
Swift
public var addressLevel2: String
-
Declaration
Swift
public var addressLevel1: String
-
Declaration
Swift
public var postalCode: String
-
Declaration
Swift
public var country: String
-
Declaration
Swift
public var tel: String
-
Declaration
Swift
public var email: String
-
init(name:
organization: streetAddress: addressLevel3: addressLevel2: addressLevel1: postalCode: country: tel: email: ) Declaration
Swift
public init(name: String, organization: String, streetAddress: String, addressLevel3: String, addressLevel2: String, addressLevel1: String, postalCode: String, country: String, tel: String, email: String)
-
Declaration
Swift
public static func == (lhs: UpdatableAddressFields, rhs: UpdatableAddressFields) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)