DepositRequest constructor

DepositRequest({
  1. required String assetCode,
  2. required String account,
  3. String? memoType,
  4. String? memo,
  5. String? emailAddress,
  6. String? type,
  7. String? walletName,
  8. String? walletUrl,
  9. String? lang,
  10. String? onChangeCallback,
  11. String? amount,
  12. String? countryCode,
  13. String? claimableBalanceSupported,
  14. String? customerId,
  15. String? locationId,
  16. String? jwt,
})

Implementation

DepositRequest(
    {required this.assetCode,
    required this.account,
    this.memoType,
    this.memo,
    this.emailAddress,
    this.type,
    this.walletName,
    this.walletUrl,
    this.lang,
    this.onChangeCallback,
    this.amount,
    this.countryCode,
    this.claimableBalanceSupported,
    this.customerId,
    this.locationId,
    this.jwt});