BankService class

Constructors

BankService()
factory

Properties

fetchBanks Future<List<Bank>>
Fetches the list of banks with thier codes
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerSubAccount(Merchant data) Future<String?>
Creates a subaccount with the given data and returns the subaccount Id if successful
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance BankService
no setter