wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.anchor
/
WithdrawalTransaction
Withdrawal
Transaction
@
Serializable
data
class
WithdrawalTransaction
(
id
:
String
,
status
:
TransactionStatus
,
statusEta
:
String
?
,
kycVerified
:
Boolean
?
,
moreInfoUrl
:
String
,
amountInAsset
:
String
?
,
amountIn
:
String
,
amountOutAsset
:
String
?
,
amountOut
:
String
,
amountFeeAsset
:
String
?
,
amountFee
:
String
,
startedAt
:
Instant
,
completedAt
:
Instant
?
,
stellarTransactionId
:
String
?
,
externalTransactionId
:
String
?
,
message
:
String
?
,
refunds
:
Refunds
?
,
from
:
PublicKeyPair
?
,
to
:
PublicKeyPair
?
,
withdrawalMemo
:
String
?
,
withdrawalMemoType
:
MemoType
,
withdrawAnchorAccount
:
String
)
:
ProcessingAnchorTransaction
Content copied to clipboard
Properties
Properties
amountFee
Link copied to clipboard
open
override
val
amountFee
:
String
Content copied to clipboard
amountFeeAsset
Link copied to clipboard
open
override
val
amountFeeAsset
:
String
?
=
null
Content copied to clipboard
amountIn
Link copied to clipboard
open
override
val
amountIn
:
String
Content copied to clipboard
amountInAsset
Link copied to clipboard
open
override
val
amountInAsset
:
String
?
=
null
Content copied to clipboard
amountOut
Link copied to clipboard
open
override
val
amountOut
:
String
Content copied to clipboard
amountOutAsset
Link copied to clipboard
open
override
val
amountOutAsset
:
String
?
=
null
Content copied to clipboard
completedAt
Link copied to clipboard
open
override
val
completedAt
:
Instant
?
=
null
Content copied to clipboard
externalTransactionId
Link copied to clipboard
open
override
val
externalTransactionId
:
String
?
=
null
Content copied to clipboard
from
Link copied to clipboard
val
from
:
PublicKeyPair
?
=
null
Content copied to clipboard
id
Link copied to clipboard
open
override
val
id
:
String
Content copied to clipboard
kycVerified
Link copied to clipboard
open
override
val
kycVerified
:
Boolean
?
=
null
Content copied to clipboard
message
Link copied to clipboard
open
override
val
message
:
String
?
=
null
Content copied to clipboard
moreInfoUrl
Link copied to clipboard
open
override
val
moreInfoUrl
:
String
Content copied to clipboard
refunds
Link copied to clipboard
open
override
val
refunds
:
Refunds
?
=
null
Content copied to clipboard
startedAt
Link copied to clipboard
open
override
val
startedAt
:
Instant
Content copied to clipboard
status
Link copied to clipboard
open
override
val
status
:
TransactionStatus
Content copied to clipboard
statusEta
Link copied to clipboard
open
override
val
statusEta
:
String
?
=
null
Content copied to clipboard
stellarTransactionId
Link copied to clipboard
open
override
val
stellarTransactionId
:
String
?
=
null
Content copied to clipboard
to
Link copied to clipboard
val
to
:
PublicKeyPair
?
=
null
Content copied to clipboard
withdrawalMemo
Link copied to clipboard
val
withdrawalMemo
:
String
?
=
null
Content copied to clipboard
withdrawalMemoType
Link copied to clipboard
val
withdrawalMemoType
:
MemoType
Content copied to clipboard
withdrawAnchorAccount
Link copied to clipboard
val
withdrawAnchorAccount
:
String
Content copied to clipboard