MerchantMetadata constructor

MerchantMetadata({
  1. AppReloadConfiguration? appReloadConfiguration,
  2. MerchantAutoReloadConfiguration? autoReloadConfiguration,
  3. bool? isTapToPayEnabled,
  4. String? omsProvider,
  5. String? paymentProcessor,
  6. Promotions? promotions,
  7. UserReferralConfiguration? userReferralConfiguration,
})

Implementation

MerchantMetadata({
  this.appReloadConfiguration,
  this.autoReloadConfiguration,
  this.isTapToPayEnabled,
  this.omsProvider,
  this.paymentProcessor,
  this.promotions,
  this.userReferralConfiguration,
});