Interface iSimulateClaimPayload

interface iSimulateClaimPayload {
    _expectedVersion: number;
    _specificInstanceIds?: string[];
    [customInstanceId: string]: any;
}

Indexable

  • [customInstanceId: string]: any

    The claim body for each unique plugin.

Properties

_expectedVersion: number

Will fail if the claim version is not the expected version. To override, set to -1.

_specificInstanceIds?: string[]

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

MMNEPVFCICPMFPCPTTAAATR