Share via


UsageDetail.Currency Property

Definition

Gets the ISO currency in which the meter is charged, for example, USD.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to