FundTransferRequest class

Constructors

FundTransferRequest({String? destinationAccountNumber, String? destinationBankCode, String? amount, String? sourceAccountNumber, String? sourceBankCode, String? zainboxCode, String? txnRef, String? publicKey, bool? isTest, String? narration})
FundTransferRequest.fromJson(Map<String, dynamic> json)

Properties

amount String?
getter/setter pair
destinationAccountNumber String?
getter/setter pair
destinationBankCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTest bool?
getter/setter pair
narration String?
getter/setter pair
publicKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceAccountNumber String?
getter/setter pair
sourceBankCode String?
getter/setter pair
txnRef String?
getter/setter pair
zainboxCode String?
getter/setter pair

Methods

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
transferFund() Future<FundTransferResponse?>
Executes network call to initiate transactions

Operators

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