MerchantMetadata constructor
MerchantMetadata({
- AppReloadConfiguration? appReloadConfiguration,
- MerchantAutoReloadConfiguration? autoReloadConfiguration,
- bool? isTapToPayEnabled,
- String? omsProvider,
- String? paymentProcessor,
- Promotions? promotions,
- UserReferralConfiguration? userReferralConfiguration,
Implementation
MerchantMetadata({
this.appReloadConfiguration,
this.autoReloadConfiguration,
this.isTapToPayEnabled,
this.omsProvider,
this.paymentProcessor,
this.promotions,
this.userReferralConfiguration,
});