ContactMethod
Enum sealedpublic
Specifies the preferred communication channel for contacting a customer.
Definition
Section titled Definitionpublic sealed enum ContactMethodRemarks
Section titled RemarksThis enumeration is used by the notification subsystem to select the appropriate delivery mechanism. It is stored as its integer value in the database and serialised as a string in JSON responses.
Enum Members
Section titled Enum Members| Name | Value | Description |
|---|---|---|
Email | 0 | Contact via email. This is the default channel. |
Phone | 1 | Contact via a voice phone call. |
Sms | 2 | Contact via short message service (SMS / text message). |
Mail | 3 | Contact via physical postal mail. |