SEP24Transaction constructor
SEP24Transaction(- String id,
- String kind,
- String status,
- int? statusEta,
- bool? kycVerified,
- String moreInfoUrl,
- String amountIn,
- String? amountInAsset,
- String amountOut,
- String? amountOutAsset,
- String amountFee,
- String? amountFeeAsset,
- String? quoteId,
- String startedAt,
- String? completedAt,
- String? updatedAt,
- String? stellarTransactionId,
- String? externalTransactionId,
- String? message,
- bool? refunded,
- Refund? refunds,
- String? from,
- String? to,
- String? depositMemo,
- String? depositMemoType,
- String? claimableBalanceId,
- String? withdrawAnchorAccount,
- String? withdrawMemo,
- String? withdrawMemoType
)
Implementation
SEP24Transaction