次の方法で共有


Transaction.ExchangeRate プロパティ

定義

必要に応じて、請求金額を課金通貨に変換するために使用される為替レートを取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象