UNPKG

@bebapps/rapyd-sdk

Version:

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

7 lines (6 loc) 162 B
export interface RetrieveIssuedCardDetailsRequest { /** * ID of the issued card. String starting with **ci_** or **card_**. */ card: `ci_${string}`; };