Interface PerformBinActionBatchWithBodyAuthPayload

interface PerformBinActionBatchWithBodyAuthPayload {
    actions: {
        actionName: string;
        payload: PerformBinActionPayload;
    }[];
    dataSecret: string;
    dynamicDataId: string;
}

Properties

actions: {
    actionName: string;
    payload: PerformBinActionPayload;
}[]

The actions to perform

Type declaration

  • actionName: string

    The name of the action to perform

  • payload: PerformBinActionPayload

    The payload for this specific action

dataSecret: string

The data secret

dynamicDataId: string

The dynamic data ID