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
read / write
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.
read / write
feeMinimum double?
Optional minimum fee in units of the deposited asset.
read / write
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.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
maxAmount double?
Optional maximum amount. No limit if not specified.
read / write
minAmount double?
Optional minimum amount. No limit if not specified.
read / write
rateLimitLimit int?
read / writeinherited
rateLimitRemaining int?
read / writeinherited
rateLimitReset int?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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