Types
CustomerCardInstanceLoaded
A successfully loaded customer card instance containing the card components returned by your API.
The card remains valid until expiresAt, after which the next access will trigger a reload.
object
CustomerCardInstanceLoadedImplements
Fields
id
ID!
The ID of the customer card instance. A new ID is generated for each load.
customerId
ID!
The customer the instance is for.
threadId
ID
The thread the instance is for. Null if this card is not loaded in a thread context.
customerCardConfig
The customer card config this instance is for.
components
The list of components of the customer card. If this is null it means the customer card was returned on the API, but the components array was empty.
loadedAt
When the customer card was received from the API.
expiresAt
When this cached card instance will expire and trigger a reload on the next access.
createdAt
createdBy
updatedAt
updatedBy
Was this page helpful?

