data class CheckoutFontStyle(val family: String? = null, val size: String? = null, val weight: String? = null)
Constructors
constructor(family: String? = null, size: String? = null, weight: String? = null)
Properties
| Property | Type | Description |
|---|---|---|
family | String? | - |
size | String? | - |
weight | String? | - |

