SEP24WithdrawAsset class Null safety

Response of the withdraw endpoint.

Inheritance

Constructors

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

Properties

enabled bool
true if withdrawal for this asset is supported
read / write
feeFixed double?
Optional fixed (base) fee for withdraw. In units of the withdrawn asset. This is in addition to any fee_percent.
read / write
feeMinimum double?
Optional minimum fee in units of the withdrawn asset.
read / write
feePercent double?
Optional percentage fee for withdraw in percentage points. This is in addition to any fee_fixed.
read / write
hashCode int
The hash code for this object.
read-only, inherited
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 / write, inherited
rateLimitRemaining int?
read / write, inherited
rateLimitReset int?
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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