CustomerPreferences

Available preference settings for a customer

interface CustomerPreferences

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

general
Link copied to clipboard

Map of general preferences.

abstract val general: Map<String, Map<String, String>>?
payments
Link copied to clipboard

Payment preferences for a customer

abstract val payments: PaymentPreferences?