CardPaymentRequest class

Constructors

CardPaymentRequest({required bool? isTest, required String? publicKey, required String? amount, required String? txnRef, required String? mobileNumber, required String? zainboxCode, required String? emailAddress, required String? callBackUrl})
CardPaymentRequest.fromJson(Map<String, dynamic> json)

Properties

amount String?
getter/setter pair
callBackUrl String?
getter/setter pair
emailAddress String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTest bool?
getter/setter pair
mobileNumber String?
getter/setter pair
publicKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txnRef String?
getter/setter pair
zainboxCode String?
getter/setter pair

Methods

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

Operators

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