Transaction.OrderId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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