WithdrawResponse constructor

WithdrawResponse(
  1. String? accountId,
  2. String? memoType,
  3. String? memo,
  4. String? id,
  5. int? eta,
  6. double? minAmount,
  7. double? maxAmount,
  8. double? feeFixed,
  9. double? feePercent,
  10. ExtraInfo? extraInfo,
)

Implementation

WithdrawResponse(
    this.accountId,
    this.memoType,
    this.memo,
    this.id,
    this.eta,
    this.minAmount,
    this.maxAmount,
    this.feeFixed,
    this.feePercent,
    this.extraInfo);