次の方法で共有


Transaction.BillingCurrency プロパティ

定義

このトランザクションが課金される通貨の ISO 4217 コードを取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象