次の方法で共有


Offer.Price プロパティ

定義

アイテムの価格を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象