AddressDetails.Country Property

Definition

Gets or sets country code uses ISO2, 2-digit format.

[Newtonsoft.Json.JsonProperty(PropertyName="country")]
public string Country { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="country")>]
member this.Country : string with get, set
Public Property Country As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to