共用方式為


ReservationToReturn.Quantity Property

Definition

Gets or sets quantity to be returned. Must be greater than zero.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to