SplitRequest.Quantities プロパティ

定義

作成する新しい予約の数量の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象