onAppInstancePaidPlanAutoRenewalCancelled( )


Notes:

Triggered when a Wix user cancels a paid plan for your app. 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>

JavaScript
Did this help?