Compartir a través de


SplitRequest.Quantities Propiedad

Definición

Obtiene o establece la lista de las cantidades de las nuevas reservas que se van a crear.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a