MyFatoorahFlutter class

Constructors

MyFatoorahFlutter({BinaryMessenger? binaryMessenger})
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

applePayPayment(MFExecutePaymentRequest executePaymentRequest, String lang, dynamic onInvoiceCreated(String invoiceId)?) Future<MFGetPaymentStatusResponse>
cancelRecurringPayment(String recurringId, String lang) Future<bool>
cancelToken(String token, String lang) Future<bool>
displayApplePayButton(MFInitiateSessionResponse session, MFExecutePaymentRequest executePaymentRequest, String lang) Future<MFCallbackResponse>
executeApplePayButton(MFExecutePaymentRequest? executePaymentRequest, dynamic onInvoiceCreated(String invoiceId)?) Future<MFGetPaymentStatusResponse>
executeApplePayPayment(MFExecutePaymentRequest? executePaymentRequest, dynamic onInvoiceCreated(String invoiceId)?) Future<MFGetPaymentStatusResponse>
executeDirectPayment(MFDirectPaymentRequest directPaymentRequest, String lang, dynamic onInvoiceCreated(String invoiceId)?) Future<MFDirectPaymentResponse>
executePayment(MFExecutePaymentRequest executePaymentRequest, String lang, dynamic onInvoiceCreated(String invoiceId)?) Future<MFGetPaymentStatusResponse>
executePaymentWithSavedToken(MFPaymentWithSavedTokenRequest savedTokenRequest, String lang, dynamic onInvoiceCreated(String invoiceId)?) Future<MFGetPaymentStatusResponse>
getPaymentStatus(MFGetPaymentStatusRequest getPaymentStatusRequest, String lang) Future<MFGetPaymentStatusResponse>
init(String apiKey, String country, String environment) → dynamic
initiatePayment(MFInitiatePaymentRequest initiatePaymentRequest, String lang) Future<MFInitiatePaymentResponse>
initiateSession(MFInitiateSessionRequest initiateSessionRequest, dynamic onCardBinChanged(String bin)?) Future<MFInitiateSessionResponse>
initSession(MFInitiateSessionRequest initiateSessionRequest, String lang) Future<MFInitiateSessionResponse>
load(MFInitiateSessionResponse initiateSessionResponse, dynamic onCardBinChanged(String bin)?) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openPaymentSheet() Future<MFCallbackResponse>
pay(MFExecutePaymentRequest executePaymentRequest, String lang, dynamic onInvoiceCreated(String invoiceId)?) Future<MFGetPaymentStatusResponse>
sendPayment(MFSendPaymentRequest sendPaymentRequest, String lang) Future<MFSendPaymentResponse>
setUpActionBar({String toolBarTitle = "", String toolBarTitleColor = "", String toolBarBackgroundColor = "", bool isShowToolBar = false}) → dynamic
setupApplePay(MFInitiateSessionResponse session, MFExecutePaymentRequest executePaymentRequest, String lang, String? merchantName) Future<Bool>
toString() String
A string representation of this object.
inherited
updateApplePayAmount(double amount) → dynamic
validate() Future<String>

Operators

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

Static Properties

instance MyFatoorahFlutter
final

Constants

codec → const MessageCodec<Object?>
eventChannel → const EventChannel