MFApplePay class

Implemented types

Constructors

MFApplePay()
factory

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

executeApplePayPayment({MFExecutePaymentRequest? request, dynamic onInvoiceCreated(String invoiceId)?}) Future<MFGetPaymentStatusResponse>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openPaymentSheet() Future<MFCallbackResponse>
override
setupApplePay(MFInitiateSessionResponse session, MFExecutePaymentRequest request, String lang, {String? merchantName}) Future<Bool>
override
toString() String
A string representation of this object.
inherited
updateAmount(double amount) → dynamic
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance MFApplePay
final