MerchantMetadata class
Constructors
- MerchantMetadata({AppReloadConfiguration? appReloadConfiguration, MerchantAutoReloadConfiguration? autoReloadConfiguration, bool? isTapToPayEnabled, String? omsProvider, String? paymentProcessor, Promotions? promotions, UserReferralConfiguration? userReferralConfiguration})
-
MerchantMetadata.fromMap(Map<
String?, dynamic> map) -
factory
Properties
- appReloadConfiguration → AppReloadConfiguration?
-
final
- autoReloadConfiguration → MerchantAutoReloadConfiguration?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTapToPayEnabled → bool?
-
final
- omsProvider → String?
-
final
- paymentProcessor → String?
-
final
- promotions → Promotions?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userReferralConfiguration → UserReferralConfiguration?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited