次の方法で共有


Price.CurrencyCode プロパティ

定義

この購入レコードで使用される通貨の ISO 4217 3 文字の通貨コードを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="currencyCode")]
public string CurrencyCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="currencyCode")>]
member this.CurrencyCode : string with get, set
Public Property CurrencyCode As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象