Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Data Class
data class CheckoutColorStyle(val text: String? = null, val background: String? = null, val border: String? = null, val boxShadow: String? = null, val placeholder: String? = null)
constructor(text: String? = null, background: String? = null, border: String? = null, boxShadow: String? = null, placeholder: String? = null)
val background: String? = null
val border: String? = null
val boxShadow: String? = null
val placeholder: String? = null
val text: String? = null
Was this page helpful?