SEP24Transaction constructor

SEP24Transaction(
  1. String id,
  2. String kind,
  3. String status,
  4. int? statusEta,
  5. bool? kycVerified,
  6. String moreInfoUrl,
  7. String? amountIn,
  8. String? amountInAsset,
  9. String? amountOut,
  10. String? amountOutAsset,
  11. String? amountFee,
  12. String? amountFeeAsset,
  13. String? quoteId,
  14. String startedAt,
  15. String? completedAt,
  16. String? updatedAt,
  17. String? stellarTransactionId,
  18. String? externalTransactionId,
  19. String? message,
  20. bool? refunded,
  21. Refund? refunds,
  22. String? from,
  23. String? to,
  24. String? depositMemo,
  25. String? depositMemoType,
  26. String? claimableBalanceId,
  27. String? withdrawAnchorAccount,
  28. String? withdrawMemo,
  29. String? withdrawMemoType
)

Implementation

SEP24Transaction