UNPKG

@bebapps/rapyd-sdk

Version:

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

11 lines (10 loc) 293 B
export interface RetrieveWalletContactRequest { /** * ID of the Rapyd Wallet that this contact is associated with. String starting with **ewallet_**. */ wallet: `ewallet_${string}`; /** * ID of the contact. String starting with the prefix **cont_**. */ contact: string; };