MerchantDetails constructor
const
MerchantDetails({
- String? theme,
- String? icon,
- String? logo,
- int? useLogo,
- String? weAcceptImage,
- String? brandColor,
- String? buttonColor,
- String? accentColor,
- String? brandingLanguage,
- String? fontName,
- int? amountVisible,
- int? shippingAddressVisible,
- int? locationVisible,
- int? mobileVisible,
- int? cobrandingLogoVisible,
- String? cobrandingLogoFilename,
- int? convenienceVisible,
- int? shippingFeeVisible,
- int? emailVisible,
- int? nameVisible,
- int? remarkVisible,
- String? remarkLabel,
- String? fieldBorder,
- String? borderColor,
- String? appStyle,
- String? textPrimary,
- String? textSecondary,
- int? autoselectColor,
- Map<
String, dynamic> ? sdkOptions, - String? cobrandingLogo,
- String? merchantName,
- String? companyName,
- String? tcLink,
- int? useLogoInsteadIcon,
- int? shippingVisible,
- List<
String> supportedCardSchemes = const [],
Implementation
const MerchantDetails({
this.theme,
this.icon,
this.logo,
this.useLogo,
this.weAcceptImage,
this.brandColor,
this.buttonColor,
this.accentColor,
this.brandingLanguage,
this.fontName,
this.amountVisible,
this.shippingAddressVisible,
this.locationVisible,
this.mobileVisible,
this.cobrandingLogoVisible,
this.cobrandingLogoFilename,
this.convenienceVisible,
this.shippingFeeVisible,
this.emailVisible,
this.nameVisible,
this.remarkVisible,
this.remarkLabel,
this.fieldBorder,
this.borderColor,
this.appStyle,
this.textPrimary,
this.textSecondary,
this.autoselectColor,
this.sdkOptions,
this.cobrandingLogo,
this.merchantName,
this.companyName,
this.tcLink,
this.useLogoInsteadIcon,
this.shippingVisible,
this.supportedCardSchemes = const [],
});