onCouponDeleted( )


Notes:

Triggered when a loyalty coupon is deleted.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?