WithdrawRequest constructor

WithdrawRequest(
  1. {required String assetCode,
  2. required String type,
  3. String? dest,
  4. String? destExtra,
  5. String? account,
  6. String? memo,
  7. String? memoType,
  8. String? walletName,
  9. String? walletUrl,
  10. String? lang,
  11. String? onChangeCallback,
  12. String? amount,
  13. String? countryCode,
  14. String? refundMemo,
  15. String? refundMemoType,
  16. String? customerId,
  17. String? locationId,
  18. String? jwt}
)

Implementation

WithdrawRequest