AmwalPayWidget class

AmwalPayWidget is a widget that can be used to start the payment process without the need to create an instance of AmwalPay class.

Constructors

AmwalPayWidget({dynamic key, required String merchantId, required double amount, String? phoneNumber, String? countryCode, String? refId, String? orderId, required dynamic onPaymentFinished})

Properties

amount double
final
countryCode String?
final
hashCode int
The hash code for this object.
no setterinherited
merchantId String
final
onPaymentFinished → dynamic
final
orderId String?
final
phoneNumber String?
final
refId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createState() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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