SEP24FeeRequest class

Request of the fee endpoint.

Constructors

SEP24FeeRequest()

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-onlyinherited
jwt String?
(optional) 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-onlyinherited
type String?
(optional) Type of deposit or withdrawal (SEPA, bank_account, cash, etc...).
read / write

Methods

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

Operators

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