MailingAddressInfo

Represents one of possibly many physical mailing addresses associated with a person

This is how a Mailing address is stored.

MailingAddressInfo Properties

Item -> AddressInfo -> MailingAddressInfo

Field Type Inherited from Description
Href String Item Gets or sets the href.
IsPrivate Boolean AddressInfo Gets or sets a value indicating whether this instance is private.Possible Values (true, false)
Key String AddressInfo Gets or sets the key.
Type String AddressInfo Gets or sets the type.
City String MailingAddressInfo Gets or sets the city.
Country String MailingAddressInfo Gets or sets the country.
PostalCode String MailingAddressInfo Gets or sets the postal code.
Province String MailingAddressInfo Gets or sets the province.
Street String MailingAddressInfo Gets or sets the street.

JSON Structure of MailingAddressInfo

{
   "Href"	:	"String",
   "IsPrivate"	:	"Boolean",
   "Key"	:	"String",
   "Type"	:	"String",
   "City"	:	"String",
   "Country"	:	"String",
   "PostalCode"	:	"String",
   "Province"	:	"String",
   "Street"	:	"String"
}