sdk
/
au.com.woolworths.village.sdk.api
/
CustomerPreferencesRepository
CustomerPreferencesRepository
interface
CustomerPreferencesRepository
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 customer's preferences
abstract fun
get
():
ApiResult
<
CustomerPreferences
>
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
set
Link copied to clipboard
Update the preferences for a customer
abstract fun
set
(preferences:
CustomerPreferences
):
ApiResult
<
Unit
>
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard