SEP24FeeRequest class

Request of the fee endpoint.

Constructors

SEP24FeeRequest()

Properties

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

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