UNPKG

@bebapps/rapyd-sdk

Version:

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

11 lines (10 loc) 243 B
export interface PersonalizeIssuedCardRequest { /** * Card number. */ card_number: string; /** * ID of the wallet contact that the card is issued to. String starting with **cont_**. */ ewallet_contact: `cont_${string}`; };