UNPKG

@bebapps/rapyd-sdk

Version:

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

15 lines (14 loc) 233 B
export interface UpdatePlanRequest { /** * ID of the plan. */ plan: string; /** * Brief description of the plan. */ nickname?: string; /** * A JSON object defined by the client. */ metadata?: object; };