StandardRequest class

Constructors

StandardRequest({required String fullName, required String publicKey, required String transactionRef, required String email, required String mobileNumber, required String zainboxCode, required String callBackUrl, required String amount, required bool isTest})

Properties

amount String
final
callBackUrl String
final
email String
final
fullName String
final
hashCode int
The hash code for this object.
no setterinherited
isTest bool
final
mobileNumber String
final
publicKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionRef String
final
zainboxCode String
final

Methods

initializePayment(dynamic publicKey) Future<InitPaymentResponse?>
Executes network call to initiate transactions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this instance to json
toString() String
A string representation of this object.
override

Operators

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