onPlanUpdated( )


Deprecation Warning

This event will be deprecated on December 31, 2025.
Replace with onPlanUpdated.

Notes:

Triggered when a pricing plan is updated.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?