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.
CustomerCardInstanceLoadedImplements
Fields
The ID of the customer card instance. A new ID is generated for each load.
The customer the instance is for.
The thread the instance is for. Null if this card is not loaded in a thread context.
The customer card config this instance is for.
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.
When the customer card was received from the API.
When this cached card instance will expire and trigger a reload on the next access.

