Interface SimulateClaimPayload

interface SimulateClaimPayload {
    _fetchedAt?: number;
    _specificInstanceIds?: string[];
    [customPluginId: string]: ClaimIntegrationPluginCustomBodyType<ClaimIntegrationPluginType> | any | undefined;
}

Indexable

[customPluginId: string]: ClaimIntegrationPluginCustomBodyType<ClaimIntegrationPluginType> | any | undefined

The claim body for each unique plugin.

Properties

_fetchedAt?: number

If provided, we will check that no plugins or claims have been updated since the last time the user fetched the claim.

_specificInstanceIds?: string[]

If provided, we will only simulate the claim for the specific plugins w/ the provided instance IDs.