onAccountUpdated( )


Notes:

Triggered when a loyalty account is updated, including when points are adjusted, earned, or redeemed.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?