MerchantDetails constructor

const MerchantDetails({
  1. String? theme,
  2. String? icon,
  3. String? weAcceptImage,
  4. String? brandColor,
  5. String? buttonColor,
  6. String? accentColor,
  7. String? brandingLanguage,
  8. String? fontName,
  9. int? amountVisible,
  10. int? shippingAddressVisible,
  11. int? locationVisible,
  12. int? mobileVisible,
  13. int? cobrandingLogoVisible,
  14. String? cobrandingLogoFilename,
  15. int? convenienceVisible,
  16. int? shippingFeeVisible,
  17. int? emailVisible,
  18. int? nameVisible,
  19. int? remarkVisible,
  20. String? remarkLabel,
  21. String? fieldBorder,
  22. String? borderColor,
  23. String? appStyle,
  24. String? textPrimary,
  25. String? textSecondary,
  26. int? autoselectColor,
  27. Map<String, dynamic>? sdkOptions,
  28. String? merchantName,
  29. String? companyName,
  30. String? tcLink,
  31. int? useLogoInsteadIcon,
  32. int? shippingVisible,
  33. 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 [],
});