共用方式為


ReservationOrderResponse.OriginalQuantity Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="properties.originalQuantity")]
public int? OriginalQuantity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.originalQuantity")>]
member this.OriginalQuantity : Nullable<int> with get, set
Public Property OriginalQuantity As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to