Product.Quantity 屬性

定義

取得為產品購買的數量。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於