Skip to main content

ClubCardGenerateUniqueID

Callable

  • ClubCardGenerateUniqueID(cardID: number): string

  • Generates a globally unique identifier (UniqueID) for a card. The UniqueID is composed of the card's base ID, a high-precision timestamp, and an incrementing counter to ensure uniqueness.


    Parameters

    • cardID: number

      The base ID of the card.

    Returns string

    • A unique string identifier for the card.