Transaction.BillingCurrency Property

Definition

Gets the ISO 4217 code for the currency in which this transaction is billed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to