Compartilhar via


ReservationToReturn.Quantity Propriedade

Definição

Obtém ou define a quantidade a ser retornada. Deve ser maior que 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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a