Ui Config
data class UiConfig(val theme: Theme = Theme.isic, val locale: String = "en", val translations: Translations? = null)
UI configuration for Discounts screen - definition of how the screen should look like.
Properties
Link copied to clipboard
(optional) Colour theme , by default Theme.isic is used. There are two more available: Theme.itic and Theme.iytc. Custom can be provided as well.
Link copied to clipboard
JSON object containing translations. See Translations