UNPKG

@bebapps/rapyd-sdk

Version:

An un-official [Rapyd](https://rapyd.net) SDK for Node.js.

11 lines (10 loc) 272 B
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}`; };