ModuleSDK
Modules
getToggleScheduledTransferAction

getToggleScheduledTransferAction

Get the action to toggle a scheduled transfer between active and inactive.

Usage

const action = getToggleScheduledTransferAction({
  jobId: 1,
});

Parameters

jobId

  • Type: number

The ID of the scheduled transfer job to toggle.

Returns

action

The action to toggle the scheduled transfer.