Amount.Currency Property

Definition

Gets the currency for the amount value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to