MercadoPagoBrandColor

data class MercadoPagoBrandColor(val fillLoud: Color, val fillQuiet: Color, val gradientStart: Color, val gradientEnd: Color)

Represents the brand color configuration.

Constructors

Link copied to clipboard
constructor(fillLoud: Color, fillQuiet: Color, gradientStart: Color, gradientEnd: Color)

Properties

Link copied to clipboard

Loud brand fill color

Link copied to clipboard

Quiet brand fill color

Link copied to clipboard

Brand gradient end color

Link copied to clipboard

Brand gradient start color