data class CheckoutColorStyle(val text: String? = null, val background: String? = null, val border: String? = null, val boxShadow: String? = null, val placeholder: String? = null)
Constructors
constructor(text: String? = null, background: String? = null, border: String? = null, boxShadow: String? = null, placeholder: String? = null)
Properties
| Property | Type | Description |
|---|---|---|
background | String? | - |
border | String? | - |
boxShadow | String? | - |
placeholder | String? | - |
text | String? | - |

