Reference to a CustomerToken for email verification.

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

Properties

Properties

id: string

Unique identifier of the referenced CustomerToken.

typeId: "customer-email-token"