Transaction.OrderId Property

Definition

Gets the order ID of the reservation. The field is only applicable for transaction of kind reservation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to