CreateVirtualAccountRequest class

Constructors

CreateVirtualAccountRequest({required String publicKey, required String fullName, required String email, required String mobileNumber, required String zainboxCode, required bool isTest})

Properties

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
zainboxCode String
final

Methods

createVirtualAccount() Future<CreateVirtualAccountResponse?>
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
virtualAccountBalance(dynamic publicKey, dynamic accountNumber, dynamic isTest) Future<VirtualAccountBalanceResponse?>
Executes network call to initiate transactions

Operators

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