Class UserAddress
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class UserAddress
Properties
Declaration
[JsonProperty("address", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Address { get; set; }
Property Value
Declaration
[JsonProperty("alternativeAddress", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string AlternativeAddress { get; set; }
Property Value
Declaration
[JsonProperty("city", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string City { get; set; }
Property Value
Declaration
[JsonProperty("company", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Company { get; set; }
Property Value
Declaration
[JsonProperty("countryCode", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CountryCode { get; set; }
Property Value
Declaration
[JsonProperty("department", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Department { get; set; }
Property Value
Declaration
[JsonProperty("phone", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Phone { get; set; }
Property Value
Declaration
[JsonProperty("zip", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Zip { get; set; }
Property Value
Methods
Declaration
public static UserAddress FromJson(string data)
Parameters
Returns