UNPKG

@bebapps/rapyd-sdk

Version:

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

7 lines (6 loc) 177 B
export interface RetrieveBeneficiaryRequest { /** * ID of the 'beneficiary' object. String starting with **beneficiary_**. */ beneficiary: `beneficiary_${string}`; };