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? 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(
this.id,
this.kind,
this.status,
this.statusEta,
this.kycVerified,
this.moreInfoUrl,
this.amountIn,
this.amountInAsset,
this.amountOut,
this.amountOutAsset,
this.amountFee,
this.amountFeeAsset,
this.startedAt,
this.completedAt,
this.updatedAt,
this.stellarTransactionId,
this.externalTransactionId,
this.message,
this.refunded,
this.refunds,
this.from,
this.to,
this.depositMemo,
this.depositMemoType,
this.claimableBalanceId,
this.withdrawAnchorAccount,
this.withdrawMemo,
this.withdrawMemoType);