SEP24DepositAsset class

Response of the deposit endpoint.

Inheritance

Constructors

SEP24DepositAsset(bool enabled, double? minAmount, double? maxAmount, double? feeFixed, double? feePercent, double? feeMinimum)
SEP24DepositAsset.fromJson(Map<String, dynamic> json)
factory

Properties

enabled bool
true if deposit for this asset is supported
getter/setter pair
feeFixed double?
Optional fixed (base) fee for deposit. In units of the deposited asset. This is in addition to any fee_percent. Omitted if there is no fee or the fee schedule is complex.
getter/setter pair
feeMinimum double?
Optional minimum fee in units of the deposited asset.
getter/setter pair
feePercent double?
Optional percentage fee for deposit. In percentage points. This is in addition to any fee_fixed. Omitted if there is no fee or the fee schedule is complex.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxAmount double?
Optional maximum amount. No limit if not specified.
getter/setter pair
minAmount double?
Optional minimum amount. No limit if not specified.
getter/setter pair
rateLimitLimit int?
getter/setter pairinherited
rateLimitRemaining int?
getter/setter pairinherited
rateLimitReset int?
getter/setter pairinherited
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
setHeaders(Map<String, String> headers) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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