AlterTransactionSetStatus¶
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | The status of a transaction. Case insensitive, supports both PascalCase and snake_case. Valid values are: - Queued: the transaction is queued and not yet started - Running: the transaction is currently running - Succeeded: the transaction has completed successfully - Failed: the transaction has failed - Canceled: the transaction was canceled | [optional] |