BillingProfile.Currency Property

Definition

Gets the currency in which the charges for the billing profile are billed.

[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