data class CheckoutCryptoPayment(val enabled: Boolean, val defaultChain: String? = null, val defaultCurrency: String? = null)
Constructors
constructor(enabled: Boolean, defaultChain: String? = null, defaultCurrency: String? = null)
Properties
| Property | Type | Description |
|---|---|---|
defaultChain | String? | - |
defaultCurrency | String? | - |
enabled | Boolean | - |

