/AWS1/CL_R5DGETOPDETAILRSP¶
The GetOperationDetail response includes the following elements.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_operationid
TYPE /AWS1/R5DOPERATIONID
/AWS1/R5DOPERATIONID
¶
The identifier for the operation.
iv_status
TYPE /AWS1/R5DOPERATIONSTATUS
/AWS1/R5DOPERATIONSTATUS
¶
The current status of the requested operation in the system.
iv_message
TYPE /AWS1/R5DERRORMESSAGE
/AWS1/R5DERRORMESSAGE
¶
Detailed information on the status including possible errors.
iv_domainname
TYPE /AWS1/R5DDOMAINNAME
/AWS1/R5DDOMAINNAME
¶
The name of a domain.
iv_type
TYPE /AWS1/R5DOPERATIONTYPE
/AWS1/R5DOPERATIONTYPE
¶
The type of operation that was requested.
iv_submitteddate
TYPE /AWS1/R5DTIMESTAMP
/AWS1/R5DTIMESTAMP
¶
The date when the request was submitted.
iv_lastupdateddate
TYPE /AWS1/R5DTIMESTAMP
/AWS1/R5DTIMESTAMP
¶
The date when the operation was last updated.
iv_statusflag
TYPE /AWS1/R5DSTATUSFLAG
/AWS1/R5DSTATUSFLAG
¶
Lists any outstanding operations that require customer action. Valid values are:
PENDING_ACCEPTANCE
: The operation is waiting for acceptance from the account that is receiving the domain.
PENDING_CUSTOMER_ACTION
: The operation is waiting for customer action, for example, returning an email.
PENDING_AUTHORIZATION
: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION
: The operation is waiting for the payment method to validate.
PENDING_SUPPORT_CASE
: The operation includes a support case and is waiting for its resolution.
Queryable Attributes¶
OperationId¶
The identifier for the operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPERATIONID() |
Getter for OPERATIONID, with configurable default |
ASK_OPERATIONID() |
Getter for OPERATIONID w/ exceptions if field has no value |
HAS_OPERATIONID() |
Determine if OPERATIONID has a value |
Status¶
The current status of the requested operation in the system.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Message¶
Detailed information on the status including possible errors.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
DomainName¶
The name of a domain.
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 |
Type¶
The type of operation that was requested.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
SubmittedDate¶
The date when the request was submitted.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUBMITTEDDATE() |
Getter for SUBMITTEDDATE, with configurable default |
ASK_SUBMITTEDDATE() |
Getter for SUBMITTEDDATE w/ exceptions if field has no value |
HAS_SUBMITTEDDATE() |
Determine if SUBMITTEDDATE has a value |
LastUpdatedDate¶
The date when the operation was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDDATE() |
Getter for LASTUPDATEDDATE, with configurable default |
ASK_LASTUPDATEDDATE() |
Getter for LASTUPDATEDDATE w/ exceptions if field has no val |
HAS_LASTUPDATEDDATE() |
Determine if LASTUPDATEDDATE has a value |
StatusFlag¶
Lists any outstanding operations that require customer action. Valid values are:
PENDING_ACCEPTANCE
: The operation is waiting for acceptance from the account that is receiving the domain.
PENDING_CUSTOMER_ACTION
: The operation is waiting for customer action, for example, returning an email.
PENDING_AUTHORIZATION
: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION
: The operation is waiting for the payment method to validate.
PENDING_SUPPORT_CASE
: The operation includes a support case and is waiting for its resolution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSFLAG() |
Getter for STATUSFLAG, with configurable default |
ASK_STATUSFLAG() |
Getter for STATUSFLAG w/ exceptions if field has no value |
HAS_STATUSFLAG() |
Determine if STATUSFLAG has a value |