FeeRequest class

Constructors

FeeRequest()

Properties

amount double
Amount of the asset that will be deposited/withdrawn.
read / write
assetCode String
Asset code.
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
jwt String
jwt previously received from the anchor via the SEP-10 authentication flow
read / write
operation String
Kind of operation (deposit or withdraw).
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
type String
(optional) Type of deposit or withdrawal (SEPA, bank_account, cash, etc...).
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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