UNPKG

@bebapps/rapyd-sdk

Version:

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

7 lines (6 loc) 149 B
export interface CompleteACycleRequest { /** * ID of the subscription. String starting with **sub_**. */ subscription: `sub_${string}`; };