MobiPay class
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
-
checkStatus({required String paymentId})
→ Future<CheckStatusResult>
-
-
createCheckoutController({required AkuratecoRequest paymentRequest, required void onSuccessRedirect(String url), required void onCancelRedirect(String url), required void onErrorRedirect(String url), required void onRedirectCallback(String url), required void onError(Exception e)})
→ CheckoutController
-
-
createSale({required String orderNumber, required String orderAmount, required String orderCurrency, required String orderDescription, required String customerName, required String customerEmail, required String billingCountry, required String billingState, required String billingCity, required String billingAddress, required String billingZip, required String billingPhone, required String billingDistrict, required String billingHouseNumber, required String formId, required String successUrl, required String cancelUrl, required String errorUrl, required String expiryUrl})
→ AkuratecoRequest
-
-
getPlatformVersion()
→ Future<String?>
-
-
initialize({required String backendUrl, required String merchantKey, required String password})
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
refundPayment({required String paymentId, required String amount})
→ Future<String>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
voidPayment({required String paymentId})
→ Future<AkuratecoVoid>
-