/AWS1/CL_CHVGEOMATCHPARAMS¶
The country and area code for a proxy phone number in a proxy phone session.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_country TYPE /AWS1/CHVCOUNTRY /AWS1/CHVCOUNTRY¶
The country.
iv_areacode TYPE /AWS1/CHVAREACODE /AWS1/CHVAREACODE¶
The area code.
Queryable Attributes¶
Country¶
The country.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTRY() |
Getter for COUNTRY, with configurable default |
ASK_COUNTRY() |
Getter for COUNTRY w/ exceptions if field has no value |
HAS_COUNTRY() |
Determine if COUNTRY has a value |
AreaCode¶
The area code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AREACODE() |
Getter for AREACODE, with configurable default |
ASK_AREACODE() |
Getter for AREACODE w/ exceptions if field has no value |
HAS_AREACODE() |
Determine if AREACODE has a value |