Table of Contents

Class Address

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll
public class Address
Inheritance
Address
Inherited Members

Properties

Accuracy

[JsonProperty(PropertyName = "accuracy")]
public string Accuracy { get; set; }

Property Value

string

City

[JsonProperty(PropertyName = "city")]
public string City { get; set; }

Property Value

string

Country

[JsonProperty(PropertyName = "country")]
public string Country { get; set; }

Property Value

string

CountryCode

[JsonProperty(PropertyName = "countryCode")]
public string CountryCode { get; set; }

Property Value

string

Latitude

[JsonProperty(PropertyName = "latitude")]
public string Latitude { get; set; }

Property Value

string

Longitude

[JsonProperty(PropertyName = "longitude")]
public string Longitude { get; set; }

Property Value

string

PostalCode

[JsonProperty(PropertyName = "postalCode")]
public string PostalCode { get; set; }

Property Value

string

State

[JsonProperty(PropertyName = "state")]
public string State { get; set; }

Property Value

string

StateCode

[JsonProperty(PropertyName = "stateCode")]
public string StateCode { get; set; }

Property Value

string

Street

[JsonProperty(PropertyName = "street")]
public string Street { get; set; }

Property Value

string