MerchantPreferencesRepository

interface MerchantPreferencesRepository

Functions

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

Retrieve a merchant's preferences.

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

Update a merchant's preferences

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