TTMSFNCCloudGooglePeoplePostalAddress Class
Represents a single postal address associated with a contact.
API unit family: TMSFNCCloudGooglePeople
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudGooglePeoplePostalAddress = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Address | Full unstructured address text. |
| AddressType | Context the address belongs to, such as work or home. |
| City | City or locality. |
| Country | Country name. |
| CountryCode | Two-letter country code. |
| Extended | Extended address detail such as apartment or suite. |
| POBox | Post office box. |
| PostCode | Postal or ZIP code. |
| Region | State, province or region. |
| Street | Street and house number. |