Class Event
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
Properties
|
Improve this Doc
View Source
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Event_index
Declaration
[JsonProperty("event_index", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Event_index { get; set; }
Property Value
|
Improve this Doc
View Source
Payload
Declaration
[JsonProperty("payload", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] Payload { get; set; }
Property Value
|
Improve this Doc
View Source
Transaction_id
Declaration
[JsonProperty("transaction_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Transaction_id { get; set; }
Property Value
|
Improve this Doc
View Source
Transaction_index
Declaration
[JsonProperty("transaction_index", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Transaction_index { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
[JsonProperty("type", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Type { get; set; }
Property Value
Extension Methods