ApplePayMultiMerchant class
Data record for multimerchant payment
- Annotations
-
- @freezed
Constructors
- ApplePayMultiMerchant({required String merchantIdentifier, required String externalIdentifier, required String merchantName, String? merchantDomain, required String amount})
-
constfactory
-
ApplePayMultiMerchant.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → String
-
Amount to authorize for the payment token
no setterinherited
-
copyWith
→ $ApplePayMultiMerchantCopyWith<
ApplePayMultiMerchant> -
no setterinherited
- externalIdentifier → String
-
External identifier for the merchant
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantDomain → String?
-
The merchant top level domain Apple Pay associates with teh payment token
no setterinherited
- merchantIdentifier → String
-
The apple pay merchant identifier
no setterinherited
- merchantName → String
-
The merchant display name Apple pay associates with the payment token
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited