/AWS1/CL_PTTBUSINESSVERIFDETS¶
Contains the business information required for verifying a company's legal status and registration details within AWS Partner Central.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_legalname TYPE /AWS1/PTTLEGALNAME /AWS1/PTTLEGALNAME¶
The official legal name of the business as registered with the appropriate government authorities.
iv_registrationid TYPE /AWS1/PTTREGISTRATIONID /AWS1/PTTREGISTRATIONID¶
The unique business registration identifier assigned by the government or regulatory authority, such as a company registration number or tax identification number.
iv_countrycode TYPE /AWS1/PTTCOUNTRYCODE /AWS1/PTTCOUNTRYCODE¶
The ISO 3166-1 alpha-2 country code where the business is legally registered and operates.
Optional arguments:¶
iv_jurisdictionofincorpora00 TYPE /AWS1/PTTJURISDICTIONCODE /AWS1/PTTJURISDICTIONCODE¶
The specific legal jurisdiction or state where the business was incorporated or registered, providing additional location context beyond the country code.
Queryable Attributes¶
LegalName¶
The official legal name of the business as registered with the appropriate government authorities.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEGALNAME() |
Getter for LEGALNAME, with configurable default |
ASK_LEGALNAME() |
Getter for LEGALNAME w/ exceptions if field has no value |
HAS_LEGALNAME() |
Determine if LEGALNAME has a value |
RegistrationId¶
The unique business registration identifier assigned by the government or regulatory authority, such as a company registration number or tax identification number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRATIONID() |
Getter for REGISTRATIONID, with configurable default |
ASK_REGISTRATIONID() |
Getter for REGISTRATIONID w/ exceptions if field has no valu |
HAS_REGISTRATIONID() |
Determine if REGISTRATIONID has a value |
CountryCode¶
The ISO 3166-1 alpha-2 country code where the business is legally registered and operates.
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 |
JurisdictionOfIncorporation¶
The specific legal jurisdiction or state where the business was incorporated or registered, providing additional location context beyond the country code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JURISDICTIONOFINCORPOR00() |
Getter for JURISDICTIONOFINCORPORATION, with configurable de |
ASK_JURISDICTIONOFINCORPOR00() |
Getter for JURISDICTIONOFINCORPORATION w/ exceptions if fiel |
HAS_JURISDICTIONOFINCORPOR00() |
Determine if JURISDICTIONOFINCORPORATION has a value |