exportinterfaceCancelSubscriptionRequest {
/**
* 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;
};