Module credit_card

Module credit_card 

Source

Structs§

CreditCard
CreditCardMeta
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.
CreditCardTombstone
A tombstone for a record deleted locally but not yet uploaded, supplied to add_many_credit_card_tombstones when migrating from another store.
InternalCreditCard
UpdatableCreditCardFields
UpdatableCreditCardFieldsWithMeta
A credit card together with its metadata, passed to add_credit_card_with_meta and update_credit_card_with_meta when importing a record from another store.

Enums§

CreditCardBulkResultEntry
A bulk insert result entry, returned per input record by add_many_credit_cards_with_meta so that one record failing does not abort the batch. Note that although the success case is much larger than the error case, this is negligible in real life, as we expect a very small success/error ratio.
CreditCardBulkTombstoneResultEntry
Per-record result of add_many_credit_card_tombstones.