TTMSFNCCloudWhatsAppContactAddress Class
Stores an address entry for a WhatsApp contact card.
API unit family: TMSFNCCloudWhatsApp
Inherits from: TPersistent
Syntax
TTMSFNCCloudWhatsAppContactAddress = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AddressType | Gets or sets whether the address is a home or work address. |
| City | Gets or sets the city portion of the address. |
| Country | Gets or sets the country name portion of the address. |
| CountryCode | Gets or sets the ISO country code portion of the address. |
| State | Gets or sets the state, province, or region portion of the address. |
| Street | Gets or sets the street portion of the address. |
| ZIP | Gets or sets the postal or ZIP code portion of the address. |
Methods
| Name | Description |
|---|---|
| ToJSON | Serializes the address entry to a WhatsApp contact JSON object. |