/AWS1/CL_PP2OPTEDOUTNOINFMTION¶
The information for an opted out number in an Amazon Web Services account.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_optedoutnumber TYPE /AWS1/PP2PHONENUMBER /AWS1/PP2PHONENUMBER¶
The phone number that is opted out.
iv_optedouttimestamp TYPE /AWS1/PP2TIMESTAMP /AWS1/PP2TIMESTAMP¶
The time that the op tout occurred, in UNIX epoch time format.
iv_enduseroptedout TYPE /AWS1/PP2PRIMITIVEBOOLEAN /AWS1/PP2PRIMITIVEBOOLEAN¶
This is set to true if it was the end recipient that opted out.
Queryable Attributes¶
OptedOutNumber¶
The phone number that is opted out.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTEDOUTNUMBER() |
Getter for OPTEDOUTNUMBER, with configurable default |
ASK_OPTEDOUTNUMBER() |
Getter for OPTEDOUTNUMBER w/ exceptions if field has no valu |
HAS_OPTEDOUTNUMBER() |
Determine if OPTEDOUTNUMBER has a value |
OptedOutTimestamp¶
The time that the op tout occurred, in UNIX epoch time format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTEDOUTTIMESTAMP() |
Getter for OPTEDOUTTIMESTAMP, with configurable default |
ASK_OPTEDOUTTIMESTAMP() |
Getter for OPTEDOUTTIMESTAMP w/ exceptions if field has no v |
HAS_OPTEDOUTTIMESTAMP() |
Determine if OPTEDOUTTIMESTAMP has a value |
EndUserOptedOut¶
This is set to true if it was the end recipient that opted out.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDUSEROPTEDOUT() |
Getter for ENDUSEROPTEDOUT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OPTEDOUTNUMINFORMATIONLIST¶
TYPES TT_OPTEDOUTNUMINFORMATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PP2OPTEDOUTNOINFMTION WITH DEFAULT KEY
.