UpdatableAddressFieldsWithMeta
public struct UpdatableAddressFieldsWithMeta : Equatable, Hashable
extension UpdatableAddressFieldsWithMeta: Sendable
An address together with its metadata, passed to add_address_with_meta and
update_address_with_meta when importing a record from another store.
-
Declaration
Swift
public var fields: UpdatableAddressFields -
Declaration
Swift
public var meta: AddressMeta -
Declaration
Swift
public init(fields: UpdatableAddressFields, meta: AddressMeta)