ExpressApplePay class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initialize(
BuildContext context) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onAuthentication(
dynamic callback(Map response)) → ExpressApplePay -
onError(
dynamic callback(Map response)) → ExpressApplePay -
onPresent(
dynamic callback(BuildContext context)) → ExpressApplePay -
onTransactionFailure(
dynamic callback(Map response)) → ExpressApplePay -
onTransactionSuccess(
dynamic callback(Map response)) → ExpressApplePay -
setApplePayMerchantID(
String applePayMerchantID) → ExpressApplePay -
setOrder(
ExpresspaySaleOrder order) → ExpressApplePay -
setPayer(
ExpresspayPayer payer) → ExpressApplePay -
toString(
) → String -
A string representation of this object.
inherited
-
widget(
) → Widget
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited