共用方式為


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

適用於