CreditCardMeta

data class CreditCardMeta(var guid: String, var timeCreated: Long, var timeLastUsed: Long?, var timeLastModified: Long, var timesUsed: Long, var syncChangeCounter: Long)

Metadata fields managed internally by the library: the guid, timestamps and local sync state. These are automatically set on add_credit_card and updated on operations like touch and update_credit_card. Not included in UpdatableCreditCardFields; use add_credit_card_with_meta when importing records that already have metadata.

Constructors

Link copied to clipboard
constructor(guid: String, timeCreated: Long, timeLastUsed: Long?, timeLastModified: Long, timesUsed: Long, syncChangeCounter: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard