Package com.getsensibill.web.data.models

Types

Brand
Link copied to clipboard
data class Brand(fonts: Fonts?, colors: Colors?) : Parcelable
A model including all information required to fully configure the SPA.
Colors
Link copied to clipboard
data class Colors(primary: String?, primaryVariant: String?, onPrimary: String?, secondary: String?, onSecondary: String?, background: String?, onBackground: String?, surface: String?, surfaceVariant: String?, onSurface: String?, onSurfaceFocus: String?, error: String?, onError: String?) : Parcelable
Model representing all colours included in the Sensibill Theme used by the SPA.
Fonts
Link copied to clipboard
data class Fonts(regular: Fonts.Regular?) : Parcelable
A model representing all fonts that can be passed to the SPA for use.
ReceiptUpdateEvent
Link copied to clipboard
data class ReceiptUpdateEvent(receiptId: String, event: String)