Compartir a través de


Transaction.Kind Propiedad

Definición

Obtiene o establece el tipo de transacción. Las opciones son todas o reservas. Entre los valores posibles se incluyen: "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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a