UNPKG
@bebapps/rapyd-sdk
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
An un-official [Rapyd](https://rapyd.net) SDK for Node.js.
@bebapps/rapyd-sdk
/
src
/
generated
/
issuing
/
requests
/
RetrieveIssuedCardTransactionDetailsRequest.ts
11 lines
(10 loc)
•
272 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
RetrieveIssuedCardTransactionDetailsRequest
{
/** * ID of the issued card. String starting with **card_**. */
card
:
`card_
${
string
}
`
;
/** * ID of the card transaction. String starting with **cit_**. */
transaction
:
`cit_
${
string
}
`
; };