onAccountCreated( )


Notes:

Triggered when a loyalty account is created.

Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?