Class Address
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
Address compound field Read-only https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/compound_fields_address.htm
public class Address
- Inheritance
-
Address
- Inherited Members
Properties
Accuracy
[JsonProperty(PropertyName = "accuracy")]
public string Accuracy { get; set; }
Property Value
City
[JsonProperty(PropertyName = "city")]
public string City { get; set; }
Property Value
Country
[JsonProperty(PropertyName = "country")]
public string Country { get; set; }
Property Value
CountryCode
[JsonProperty(PropertyName = "countryCode")]
public string CountryCode { get; set; }
Property Value
Latitude
[JsonProperty(PropertyName = "latitude")]
public string Latitude { get; set; }
Property Value
Longitude
[JsonProperty(PropertyName = "longitude")]
public string Longitude { get; set; }
Property Value
PostalCode
[JsonProperty(PropertyName = "postalCode")]
public string PostalCode { get; set; }
Property Value
State
[JsonProperty(PropertyName = "state")]
public string State { get; set; }
Property Value
StateCode
[JsonProperty(PropertyName = "stateCode")]
public string StateCode { get; set; }
Property Value
Street
[JsonProperty(PropertyName = "street")]
public string Street { get; set; }