Skip to main content

Interface: MagicTokenCreateInput

Defined in: type/MagicTokenCreateInput.ts:4

Input object for MagicTokenCreateInput

Properties

contactId?

optional contactId?: number

Defined in: type/MagicTokenCreateInput.ts:6

Identifier of the associated contact, use either contactId or customerId


customerId?

optional customerId?: number

Defined in: type/MagicTokenCreateInput.ts:8

Identifier of the associated customer, use either customerId or contactId


expiresAt?

optional expiresAt?: string

Defined in: type/MagicTokenCreateInput.ts:10

Expiration date and time of the magic token


extra?

optional extra?: string[]

Defined in: type/MagicTokenCreateInput.ts:14

extra input field


oneTimeUse?

optional oneTimeUse?: boolean

Defined in: type/MagicTokenCreateInput.ts:12

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