onAppInstancePaidPlanChanged( )


Notes:

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

Permissions
Manage Your App
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?