Interface: MagicTokenUpdateInput
Defined in: type/MagicTokenUpdateInput.ts:4
Input object for MagicTokenUpdateInput
Properties
contactId?
optionalcontactId?:number
Defined in: type/MagicTokenUpdateInput.ts:6
Identifier of the associated contact, use either contactId or customerId
customerId?
optionalcustomerId?:number
Defined in: type/MagicTokenUpdateInput.ts:8
Identifier of the associated customer, use either customerId or contactId
expiresAt?
optionalexpiresAt?:string
Defined in: type/MagicTokenUpdateInput.ts:10
Expiration date and time of the magic token
extra?
optionalextra?:string[]
Defined in: type/MagicTokenUpdateInput.ts:14
Additional information or metadata associated with the magic token
oneTimeUse?
optionaloneTimeUse?:boolean
Defined in: type/MagicTokenUpdateInput.ts:12
Indicates if the magic token is for one-time use only