/AWS1/CL_ACCCONTACTINFORMATION¶
Contains the details of the primary contact information associated with an Amazon Web Services account.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fullname TYPE /AWS1/ACCFULLNAME /AWS1/ACCFULLNAME¶
The full name of the primary contact address.
iv_addressline1 TYPE /AWS1/ACCADDRESSLINE /AWS1/ACCADDRESSLINE¶
The first line of the primary contact address.
iv_city TYPE /AWS1/ACCCITY /AWS1/ACCCITY¶
The city of the primary contact address.
iv_postalcode TYPE /AWS1/ACCPOSTALCODE /AWS1/ACCPOSTALCODE¶
The postal code of the primary contact address.
iv_countrycode TYPE /AWS1/ACCCOUNTRYCODE /AWS1/ACCCOUNTRYCODE¶
The ISO-3166 two-letter country code for the primary contact address.
iv_phonenumber TYPE /AWS1/ACCCONTACTINFMTIONPHON00 /AWS1/ACCCONTACTINFMTIONPHON00¶
The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.
Optional arguments:¶
iv_addressline2 TYPE /AWS1/ACCADDRESSLINE /AWS1/ACCADDRESSLINE¶
The second line of the primary contact address, if any.
iv_addressline3 TYPE /AWS1/ACCADDRESSLINE /AWS1/ACCADDRESSLINE¶
The third line of the primary contact address, if any.
iv_stateorregion TYPE /AWS1/ACCSTATEORREGION /AWS1/ACCSTATEORREGION¶
The state or region of the primary contact address. If the mailing address is within the United States (US), the value in this field can be either a two character state code (for example,
NJ) or the full state name (for example,New Jersey). This field is required in the following countries:US,CA,GB,DE,JP,IN, andBR.
iv_districtorcounty TYPE /AWS1/ACCDISTRICTORCOUNTY /AWS1/ACCDISTRICTORCOUNTY¶
The district or county of the primary contact address, if any.
iv_companyname TYPE /AWS1/ACCCOMPANYNAME /AWS1/ACCCOMPANYNAME¶
The name of the company associated with the primary contact information, if any.
iv_websiteurl TYPE /AWS1/ACCWEBSITEURL /AWS1/ACCWEBSITEURL¶
The URL of the website associated with the primary contact information, if any.
Queryable Attributes¶
FullName¶
The full name of the primary contact address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FULLNAME() |
Getter for FULLNAME, with configurable default |
ASK_FULLNAME() |
Getter for FULLNAME w/ exceptions if field has no value |
HAS_FULLNAME() |
Determine if FULLNAME has a value |
AddressLine1¶
The first line of the primary contact address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSLINE1() |
Getter for ADDRESSLINE1, with configurable default |
ASK_ADDRESSLINE1() |
Getter for ADDRESSLINE1 w/ exceptions if field has no value |
HAS_ADDRESSLINE1() |
Determine if ADDRESSLINE1 has a value |
AddressLine2¶
The second line of the primary contact address, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSLINE2() |
Getter for ADDRESSLINE2, with configurable default |
ASK_ADDRESSLINE2() |
Getter for ADDRESSLINE2 w/ exceptions if field has no value |
HAS_ADDRESSLINE2() |
Determine if ADDRESSLINE2 has a value |
AddressLine3¶
The third line of the primary contact address, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSLINE3() |
Getter for ADDRESSLINE3, with configurable default |
ASK_ADDRESSLINE3() |
Getter for ADDRESSLINE3 w/ exceptions if field has no value |
HAS_ADDRESSLINE3() |
Determine if ADDRESSLINE3 has a value |
City¶
The city of the primary contact address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CITY() |
Getter for CITY, with configurable default |
ASK_CITY() |
Getter for CITY w/ exceptions if field has no value |
HAS_CITY() |
Determine if CITY has a value |
StateOrRegion¶
The state or region of the primary contact address. If the mailing address is within the United States (US), the value in this field can be either a two character state code (for example,
NJ) or the full state name (for example,New Jersey). This field is required in the following countries:US,CA,GB,DE,JP,IN, andBR.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEORREGION() |
Getter for STATEORREGION, with configurable default |
ASK_STATEORREGION() |
Getter for STATEORREGION w/ exceptions if field has no value |
HAS_STATEORREGION() |
Determine if STATEORREGION has a value |
DistrictOrCounty¶
The district or county of the primary contact address, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTRICTORCOUNTY() |
Getter for DISTRICTORCOUNTY, with configurable default |
ASK_DISTRICTORCOUNTY() |
Getter for DISTRICTORCOUNTY w/ exceptions if field has no va |
HAS_DISTRICTORCOUNTY() |
Determine if DISTRICTORCOUNTY has a value |
PostalCode¶
The postal code of the primary contact address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSTALCODE() |
Getter for POSTALCODE, with configurable default |
ASK_POSTALCODE() |
Getter for POSTALCODE w/ exceptions if field has no value |
HAS_POSTALCODE() |
Determine if POSTALCODE has a value |
CountryCode¶
The ISO-3166 two-letter country code for the primary contact address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTRYCODE() |
Getter for COUNTRYCODE, with configurable default |
ASK_COUNTRYCODE() |
Getter for COUNTRYCODE w/ exceptions if field has no value |
HAS_COUNTRYCODE() |
Determine if COUNTRYCODE has a value |
PhoneNumber¶
The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.
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 |
CompanyName¶
The name of the company associated with the primary contact information, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPANYNAME() |
Getter for COMPANYNAME, with configurable default |
ASK_COMPANYNAME() |
Getter for COMPANYNAME w/ exceptions if field has no value |
HAS_COMPANYNAME() |
Determine if COMPANYNAME has a value |
WebsiteUrl¶
The URL of the website associated with the primary contact information, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBSITEURL() |
Getter for WEBSITEURL, with configurable default |
ASK_WEBSITEURL() |
Getter for WEBSITEURL w/ exceptions if field has no value |
HAS_WEBSITEURL() |
Determine if WEBSITEURL has a value |