Skip to main content
Data Class
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

allowedMethods

val allowedMethods: CheckoutAllowedMethods? = null

defaultCurrency

val defaultCurrency: String? = null

enabled

val enabled: Boolean