Skip to content

/AWS1/CL_PTTPARTNERDOMAIN

Represents a verified domain associated with a partner account.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_domainname TYPE /AWS1/PTTDOMAINNAME /AWS1/PTTDOMAINNAME

The domain name that has been verified for the partner account.

iv_registeredat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME

The timestamp when the domain was registered and verified for the partner account.


Queryable Attributes

DomainName

The domain name that has been verified for the partner account.

Accessible with the following methods

Method Description
GET_DOMAINNAME() Getter for DOMAINNAME, with configurable default
ASK_DOMAINNAME() Getter for DOMAINNAME w/ exceptions if field has no value
HAS_DOMAINNAME() Determine if DOMAINNAME has a value

RegisteredAt

The timestamp when the domain was registered and verified for the partner account.

Accessible with the following methods

Method Description
GET_REGISTEREDAT() Getter for REGISTEREDAT, with configurable default
ASK_REGISTEREDAT() Getter for REGISTEREDAT w/ exceptions if field has no value
HAS_REGISTEREDAT() Determine if REGISTEREDAT 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_PARTNERDOMAINLIST

TYPES TT_PARTNERDOMAINLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTTPARTNERDOMAIN WITH DEFAULT KEY
.