/AWS1/CL_CATEMAILADDRESS¶
Information about an email address.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_email TYPE /AWS1/CATSTRING /AWS1/CATSTRING¶
The email address.
iv_verified TYPE /AWS1/CATBOOLEAN /AWS1/CATBOOLEAN¶
Whether the email address has been verified.
Queryable Attributes¶
email¶
The email address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAIL() |
Getter for EMAIL, with configurable default |
ASK_EMAIL() |
Getter for EMAIL w/ exceptions if field has no value |
HAS_EMAIL() |
Determine if EMAIL has a value |
verified¶
Whether the email address has been verified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERIFIED() |
Getter for VERIFIED, with configurable default |
ASK_VERIFIED() |
Getter for VERIFIED w/ exceptions if field has no value |
HAS_VERIFIED() |
Determine if VERIFIED has a value |