ApplePayEvent class
Constructors
- ApplePayEvent(PKPaymentPass? pass, FOInAppAddCardError error, String? errorMessage)
- ApplePayEvent.fromJson(dynamic json)
-
factory
Properties
- error ↔ FOInAppAddCardError
-
getter/setter pair
- errorMessage ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pass ↔ PKPaymentPass?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getError(
) → FOInAppAddCardError -
getErrorMessage(
) → String? -
getPKPaymentPass(
) → PKPaymentPass? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setError(
FOInAppAddCardError error) → void -
setErrorMessage(
String errorMessage) → void -
setPKPaymentPass(
PKPaymentPass pass) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited