Batil
/
com.seansoper.batil.brokers.etrade.api
/
AccountsApi
/
getTransaction
get
Transaction
@
GET
(
value =
/v1/accounts/{accountIdKey}/transactions/{transactionId}
)
abstract fun
getTransaction
(
@
Path
(
value =
accountIdKey
)
accountIdKey:
String
,
@
Path
(
value =
transactionId
)
transactionId:
String
):
Call
<
TransactionDetailsResponse
>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard