CreditCardTombstone
public struct CreditCardTombstone : Equatable, Hashable
extension CreditCardTombstone: Sendable
A tombstone for a record deleted locally but not yet uploaded, supplied to
add_many_credit_card_tombstones when migrating from another store.
-
Declaration
Swift
public var guid: String -
Declaration
Swift
public var timeDeleted: Int64 -
Declaration
Swift
public init(guid: String, timeDeleted: Int64)