StoreInterface

interface StoreInterface

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun deleteAddress(guid: String): Boolean
Link copied to clipboard
abstract fun deleteCreditCard(guid: String): Boolean
Link copied to clipboard
abstract fun getAddress(guid: String): Address
Link copied to clipboard
abstract fun getAllAddresses(): List<Address>
Link copied to clipboard
Link copied to clipboard
abstract fun getCreditCard(guid: String): CreditCard
Link copied to clipboard
Link copied to clipboard
abstract fun scrubEncryptedData()
Link copied to clipboard
abstract fun touchAddress(guid: String)
Link copied to clipboard
abstract fun touchCreditCard(guid: String)
Link copied to clipboard
Link copied to clipboard