MercadoPagoInteractiveColor
data class MercadoPagoInteractiveColor(val fillLoud: MercadoPagoInteractiveFillColor, val fillQuiet: MercadoPagoInteractiveFillColor, val fillMute: MercadoPagoInteractiveFillColor, val border: MercadoPagoInteractiveBorderColor, val icon: MercadoPagoInteractiveIconColor)
Represents the interactive color configuration.
Constructors
Link copied to clipboard
constructor(fillLoud: MercadoPagoInteractiveFillColor, fillQuiet: MercadoPagoInteractiveFillColor, fillMute: MercadoPagoInteractiveFillColor, border: MercadoPagoInteractiveBorderColor, icon: MercadoPagoInteractiveIconColor)