Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 890 Bytes

File metadata and controls

16 lines (8 loc) · 890 Bytes

AlterTransactionAction

A single action that could be performed to alter a transaction. This action holds the model definition for all types of specific actions models, this is to minimize difference and compatibility issue across codegen in different languages. When used, only one of the actions should be non-null for each action. If you would like to perform multiple actions, set a list of actions in the AlterTransactionRequest.

Properties

Name Type Description Notes
setStatusAction AlterTransactionSetStatus [optional]
setPropertyAction AlterTransactionSetProperty [optional]
unsetPropertyAction AlterTransactionUnsetProperty [optional]