onAppInstancePaidPlanAutoRenewalCancelled( )


Notes:

Triggered when a Wix user either cancels a paid plan for your app, or cancels the plan's auto-renewal. The Wix user can continue to use your app until the end of the current billing cycle.

Permissions
Manage Your App
Read site, business, and email details
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: AppInstancePaidPlanAutoRenewalCancelledEnvelope): void | Promise<void>

Did this help?