Interface SimulateClaimPayload

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

Indexable

Properties

_expectedVersion: number

Will fail if the claim version is not the expected version.

_specificInstanceIds?: string[]

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