UNPKG

@bebapps/rapyd-sdk

Version:

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

15 lines (14 loc) 281 B
export interface ListIssuedCardsRequest { /** * ID of a wallet contact. String starting with **cont_**. */ contact?: `cont_${string}`; /** * Page number to retrieve. */ page_number?: string; /** * Number of results per page. */ page_size?: string; };