data class CheckoutAppearanceVariables(val fontFamily: String? = null, val spacingUnit: String? = null, val fontSizeUnit: String? = null, val borderRadius: String? = null, val colors: CheckoutVariablesColorStyle? = null)
Constructors
constructor(fontFamily: String? = null, spacingUnit: String? = null, fontSizeUnit: String? = null, borderRadius: String? = null, colors: CheckoutVariablesColorStyle? = null)
Properties
| Property | Type | Description |
|---|---|---|
borderRadius | String? | - |
colors | CheckoutVariablesColorStyle? | - |
fontFamily | String? | - |
fontSizeUnit | String? | - |
spacingUnit | String? | - |

