Class UserInfoAddress
Inheritance
System.Object
UserInfoAddress
Assembly: Authgear.Xamarin.dll
Syntax
public class UserInfoAddress : object
Properties
|
Improve this Doc
View Source
Country
Declaration
public string? Country { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public string? Formatted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Locality
Declaration
public string? Locality { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
PostalCode
Declaration
public string? PostalCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Region
Declaration
public string? Region { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
StreetAddress
Declaration
public string? StreetAddress { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|