sdk
/
au.com.woolworths.village.sdk.api
/
MerchantPreferencesRepository
MerchantPreferencesRepository
interface
MerchantPreferencesRepository
Content copied to clipboard
Functions
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Link copied to clipboard
Retrieve a merchant's preferences.
abstract fun
get
():
ApiResult
<
Map
<
String
,
Map
<
String
,
String
>>>
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
set
Link copied to clipboard
Update a merchant's preferences
abstract fun
set
(preferences:
Map
<
String
,
Map
<
String
,
String
>>):
ApiResult
<
Unit
>
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard