Class TriggerCommandSettings
Trigger
public sealed class TriggerCommandSettings : ICommand
- Inheritance
-
TriggerCommandSettings
- Implements
- Inherited Members
Properties
Card
Gets or sets the card
[JsonPropertyName("card")]
public CreditCard Card { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FieldId
Gets or sets the fieldId
[JsonPropertyName("fieldId")]
public long FieldId { get; set; }
Property Value
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FrameId { get; set; }