Class SetSPCTransactionModeCommandSettings
SetSPCTransactionMode
public sealed class SetSPCTransactionModeCommandSettings : ICommand
- Inheritance
-
SetSPCTransactionModeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Mode
Gets or sets the mode
[JsonPropertyName("mode")]
public AutoResponseMode Mode { get; set; }