Transaction.Kind Property

Definition

Gets or sets the kind of transaction. Options are all or reservation. Possible values include: 'all', 'reservation'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.kind")]
public string Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.kind")>]
member this.Kind : string with get, set
Public Property Kind As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to