Share via


SplitRequest.Quantities Property

Definition

Gets or sets list of the quantities in the new reservations to create.

[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))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to