@gradientedge/commercetools-utils
    Preparing search index...

    Interface CustomerEmailTokenReference

    Reference to a CustomerToken for email verification.

    interface CustomerEmailTokenReference {
        id: string;
        typeId: "customer-email-token";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced CustomerToken.

    typeId: "customer-email-token"

    Type of referenced resource.