PaymentSheetAppearance constructor
- @JsonSerializable(explicitToJson: true)
- PaymentSheetAppearanceColors? colors,
- PaymentSheetShape? shapes,
- PaymentSheetPrimaryButtonAppearance? primaryButton,
Implementation
@JsonSerializable(explicitToJson: true)
const factory PaymentSheetAppearance({
/// Color parameters
PaymentSheetAppearanceColors? colors,
/// Shapes parameters
PaymentSheetShape? shapes,
/// PaymentSheet appearance
PaymentSheetPrimaryButtonAppearance? primaryButton,
}) = _PaymentSheetAppearance;