Appearance
data class Appearance(val colorsLight: PaymentSheet.Colors = Colors.defaultLight, val colorsDark: PaymentSheet.Colors = Colors.defaultDark, val shapes: PaymentSheet.Shapes = Shapes.default, val typography: PaymentSheet.Typography = Typography.default, val primaryButton: PaymentSheet.PrimaryButton = PrimaryButton()) : Parcelable
Constructors
Link copied to clipboard
constructor(colorsLight: PaymentSheet.Colors = Colors.defaultLight, colorsDark: PaymentSheet.Colors = Colors.defaultDark, shapes: PaymentSheet.Shapes = Shapes.default, typography: PaymentSheet.Typography = Typography.default, primaryButton: PaymentSheet.PrimaryButton = PrimaryButton())