ApplePayReceiptParams class
Constructors
- ApplePayReceiptParams.withApplePayData(double depositAmount, ApplePayData? applePayData)
-
ApplePayReceiptParams.withCustomData({required double depositAmount, required String? merchantIdentifier, required String? currencyCode, required String? countryCode, List<
String> ? supportedNetworks, List<String> ? merchantCapabilities})
Properties
- applePayData ↔ ApplePayData?
-
getter/setter pair
- countryCode ↔ String?
-
getter/setter pair
- currencyCode ↔ String?
-
getter/setter pair
- depositAmount ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
merchantCapabilities
↔ List<
String> ? -
getter/setter pair
- merchantIdentifier ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedNetworks
↔ List<
String> ? -
getter/setter pair
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