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.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?