TTMSFNCWhatsAppReceiverContactAddress Class
Holds a single postal address belonging to a shared contact.
API unit family: TMSFNCWhatsAppReceiver
Inherits from: TPersistent
Syntax
TTMSFNCWhatsAppReceiverContactAddress = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AddressType | Indicates whether the address is a home or work address. |
| City | City name of the address. |
| Country | Country name of the address. |
| CountryCode | Two-letter country code of the address. |
| State | State, province, or region of the address. |
| Street | Street line of the address. |
| ZIP | Postal or ZIP code of the address. |
Methods
| Name | Description |
|---|---|
| ToJSON | Serializes the address to its JSON representation. |