Transaction.OrderName Property

Definition

Gets the name of the reservation order. The field is only applicable for transactions of kind reservation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.orderName")]
public string OrderName { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.orderName")>]
member this.OrderName : string
Public ReadOnly Property OrderName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to