/AWS1/CL_PPMWHATSAPPPHONENOS00¶
The details of a linked phone number.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_arn
TYPE /AWS1/PPMLNKWHATSAPPPHONENOARN
/AWS1/PPMLNKWHATSAPPPHONENOARN
¶
The full Amazon Resource Name (ARN) for the phone number.
iv_phonenumber
TYPE /AWS1/PPMPHONENUMBER
/AWS1/PPMPHONENUMBER
¶
The phone number associated with the Linked WhatsApp Business Account.
iv_phonenumberid
TYPE /AWS1/PPMWHATSAPPPHONENUMBERID
/AWS1/PPMWHATSAPPPHONENUMBERID
¶
The phone number ID. Phone number identifiers are formatted as
phone-number-id-01234567890123456789012345678901
.
iv_metaphonenumberid
TYPE /AWS1/PPMWHATSAPPPHONENUMBER
/AWS1/PPMWHATSAPPPHONENUMBER
¶
The phone number ID from Meta.
iv_displayphonenumbername
TYPE /AWS1/PPMWHATSAPPPHONENUMNAME
/AWS1/PPMWHATSAPPPHONENUMNAME
¶
The display name for this phone number.
iv_displayphonenumber
TYPE /AWS1/PPMWHATSAPPDSPPHONENUM
/AWS1/PPMWHATSAPPDSPPHONENUM
¶
The phone number that appears in the recipients display.
iv_qualityrating
TYPE /AWS1/PPMWHATSAPPPHONENOQUAL00
/AWS1/PPMWHATSAPPPHONENOQUAL00
¶
The quality rating of the phone number. This is from Meta.
Optional arguments:¶
iv_datalocalizationregion
TYPE /AWS1/PPMISOCOUNTRYCODE
/AWS1/PPMISOCOUNTRYCODE
¶
The geographic region where the WhatsApp phone number's data is stored and processed.
Queryable Attributes¶
arn¶
The full Amazon Resource Name (ARN) for the phone number.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
phoneNumber¶
The phone number associated with the Linked WhatsApp Business Account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PHONENUMBER() |
Getter for PHONENUMBER, with configurable default |
ASK_PHONENUMBER() |
Getter for PHONENUMBER w/ exceptions if field has no value |
HAS_PHONENUMBER() |
Determine if PHONENUMBER has a value |
phoneNumberId¶
The phone number ID. Phone number identifiers are formatted as
phone-number-id-01234567890123456789012345678901
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PHONENUMBERID() |
Getter for PHONENUMBERID, with configurable default |
ASK_PHONENUMBERID() |
Getter for PHONENUMBERID w/ exceptions if field has no value |
HAS_PHONENUMBERID() |
Determine if PHONENUMBERID has a value |
metaPhoneNumberId¶
The phone number ID from Meta.
Accessible with the following methods¶
Method | Description |
---|---|
GET_METAPHONENUMBERID() |
Getter for METAPHONENUMBERID, with configurable default |
ASK_METAPHONENUMBERID() |
Getter for METAPHONENUMBERID w/ exceptions if field has no v |
HAS_METAPHONENUMBERID() |
Determine if METAPHONENUMBERID has a value |
displayPhoneNumberName¶
The display name for this phone number.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYPHONENUMBERNAME() |
Getter for DISPLAYPHONENUMBERNAME, with configurable default |
ASK_DISPLAYPHONENUMBERNAME() |
Getter for DISPLAYPHONENUMBERNAME w/ exceptions if field has |
HAS_DISPLAYPHONENUMBERNAME() |
Determine if DISPLAYPHONENUMBERNAME has a value |
displayPhoneNumber¶
The phone number that appears in the recipients display.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYPHONENUMBER() |
Getter for DISPLAYPHONENUMBER, with configurable default |
ASK_DISPLAYPHONENUMBER() |
Getter for DISPLAYPHONENUMBER w/ exceptions if field has no |
HAS_DISPLAYPHONENUMBER() |
Determine if DISPLAYPHONENUMBER has a value |
qualityRating¶
The quality rating of the phone number. This is from Meta.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUALITYRATING() |
Getter for QUALITYRATING, with configurable default |
ASK_QUALITYRATING() |
Getter for QUALITYRATING w/ exceptions if field has no value |
HAS_QUALITYRATING() |
Determine if QUALITYRATING has a value |
dataLocalizationRegion¶
The geographic region where the WhatsApp phone number's data is stored and processed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATALOCALIZATIONREGION() |
Getter for DATALOCALIZATIONREGION, with configurable default |
ASK_DATALOCALIZATIONREGION() |
Getter for DATALOCALIZATIONREGION w/ exceptions if field has |
HAS_DATALOCALIZATIONREGION() |
Determine if DATALOCALIZATIONREGION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WHATSAPPPHONENUMBERSUMMLIST
¶
TYPES TT_WHATSAPPPHONENUMBERSUMMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PPMWHATSAPPPHONENOS00 WITH DEFAULT KEY
.