Transaction.PricingCurrency Property

Definition

Gets the ISO 4217 code for the currency in which the product is priced.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to