Class Address
Assembly: Inttegro.dll
Syntax
public sealed class Address
Properties
|
Edit this page
View Source
Country
Declaration
[JsonPropertyName("country")]
public string? Country { get; set; }
Property Value
|
Edit this page
View Source
District
Declaration
[JsonPropertyName("district")]
public string? District { get; set; }
Property Value
|
Edit this page
View Source
Line1
Declaration
[JsonPropertyName("line1")]
public string? Line1 { get; set; }
Property Value
|
Edit this page
View Source
Line2
Declaration
[JsonPropertyName("line2")]
public string? Line2 { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
PhoneNumber
Declaration
[JsonPropertyName("phone_number")]
public string? PhoneNumber { get; set; }
Property Value
|
Edit this page
View Source
PostCode
Declaration
[JsonPropertyName("post_code")]
public string? PostCode { get; set; }
Property Value
|
Edit this page
View Source
Region
Declaration
[JsonPropertyName("region")]
public string? Region { get; set; }
Property Value
|
Edit this page
View Source
Town
Declaration
[JsonPropertyName("town")]
public string? Town { get; set; }
Property Value