Interface EventActionPayloadSimple

interface EventActionPayloadSimple {
    actionClaimant: ActionClaimant;
    actionSteps: ActionStep[];
}

Properties

actionClaimant: ActionClaimant

The payload describing how claimants are identified

actionSteps: ActionStep[]

Up to 4 action steps. If you supply less than 4, then the last step will be reused to satisfy the EventAction.InitPayload Any more than 4 will throw an error.