Share via


Order.CurrencyCode Property

Definition

Gets or sets the currency code.

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

Property Value

The currency code.

Attributes

Applies to