次の方法で共有


Transaction.Quantity プロパティ

定義

トランザクションで購入された数量を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象