Skip to main content

Interface: MagicTokenUpdateInput

Defined in: type/MagicTokenUpdateInput.ts:4

Input object for MagicTokenUpdateInput

Properties

contactId?

optional contactId?: number

Defined in: type/MagicTokenUpdateInput.ts:6

Identifier of the associated contact, use either contactId or customerId


customerId?

optional customerId?: number

Defined in: type/MagicTokenUpdateInput.ts:8

Identifier of the associated customer, use either customerId or contactId


expiresAt?

optional expiresAt?: string

Defined in: type/MagicTokenUpdateInput.ts:10

Expiration date and time of the magic token


extra?

optional extra?: string[]

Defined in: type/MagicTokenUpdateInput.ts:14

Additional information or metadata associated with the magic token


oneTimeUse?

optional oneTimeUse?: boolean

Defined in: type/MagicTokenUpdateInput.ts:12

Indicates if the magic token is for one-time use only