fferpcore.CompanyMessage
global inherited sharing class CompanyMessage
Data associated with company messages.
Properties
MESSAGE_TYPE |
String |
Message type on which company messages are sent. |
MESSAGE_TYPE_LINK_CONTROL |
String |
Message type on which company link control messages are sent. |
KEY_NAME |
String |
Message key for the name of the company. |
KEY_ADDRESS |
String |
Message key for the address of the company. |
KEY_STREET |
List<String> |
Message key for the street of the company address. |
KEY_CITY |
List<String> |
Message key for the city of the company address. |
KEY_STATE |
List<String> |
Message key for the state of the company address. |
KEY_ZIP |
List<String> |
Message key for the zip of the company address. |
KEY_COUNTRY |
List<String> |
Message key for the country of the company address. |
KEY_CONTACT |
String |
Message key for the contact information of the company. |
KEY_PHONE |
List<String> |
Message key for the phone number of the company. |
KEY_FAX |
List<String> |
Message key for the fax number of the company. |
KEY_EMAIL |
List<String> |
Message key for the email address of the company. |
KEY_LOGO_URL |
String |
Message key for the logo URL of the company. |
KEY_WEBSITE |
String |
Message key for the website URL of the company. |
KEY_LINK_CONTROL |
String |
Message key for the link control information of the company. |
|