onAppInstancePaidPlanChanged( )


Notes:

Triggered when a Wix user upgrades or downgrades their plan for your app.

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

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

Did this help?