UNPKG

@bebapps/rapyd-sdk

Version:

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

11 lines (10 loc) 281 B
export interface CancelSubscriptionRequest { /** * ID of the subscription. String starting with **sub_**. */ subscription: `sub_${string}`; /** * Cancels the subscription at the end of the current period. Set to **true**. */ cancel_at_period_end?: boolean; };