MoyasarPayment class

Constructors

MoyasarPayment()

Properties

hashCode int
The hash code for this object.
no setterinherited
moyasarApi String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applePay({String? description, required double amount, required String publishableKey, required dynamic applepayMerchantId, required Map<String, double> paymentItems, required String currencyCode, required String countryCode}) Future
Apple Pay
creditCard({String? description, required double amount, required String publishableKey, required String cardHolderName, required String cardNumber, required int cvv, required int expiryManth, required int expiryYear, required String callbackUrl}) Future
Credit Card
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stcPay({String? description, required double amount, required String publishableKey, required String phoneNumber}) Future
STC Pay
stcPayOtp({required String transactionUrl, required String otpValue}) Future
STC Pay OTP Verification
toString() String
A string representation of this object.
inherited

Operators

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