CustomerPreferencesRepository

interface CustomerPreferencesRepository

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
get
Link copied to clipboard

Retrieve a customer's preferences

abstract fun get(): ApiResult<CustomerPreferences>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
set
Link copied to clipboard

Update the preferences for a customer

abstract fun set(preferences: CustomerPreferences): ApiResult<Unit>
toString
Link copied to clipboard
open override fun toString(): String