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

