次の方法で共有


Transaction.Discount プロパティ

定義

このトランザクションに適用される割引率 (ある場合) を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象