次の方法で共有


Transaction.PricingCurrency プロパティ

定義

製品の価格が設定されている通貨の ISO 4217 コードを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.pricingCurrency")]
public string PricingCurrency { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.pricingCurrency")>]
member this.PricingCurrency : string
Public ReadOnly Property PricingCurrency As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象