Skip to content

/AWS1/CL_MPGCANCAGRCANCREQOUT

CancelAgreementCancellationRequestOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_agreementcanclrequestid TYPE /AWS1/MPGAGRMNTCANCLREQUESTID /AWS1/MPGAGRMNTCANCLREQUESTID

The unique identifier of the cancelled cancellation request.

iv_agreementid TYPE /AWS1/MPGAGREEMENTID /AWS1/MPGAGREEMENTID

The unique identifier of the agreement associated with this cancellation request.

iv_reasoncode TYPE /AWS1/MPGAGRMNTCANCLREQUESTRC /AWS1/MPGAGRMNTCANCLREQUESTRC

The original reason code provided when the cancellation request was created.

iv_description TYPE /AWS1/MPGAGRMNTCANCLREQDESC /AWS1/MPGAGRMNTCANCLREQDESC

The detailed description of the original cancellation reason, if provided.

iv_status TYPE /AWS1/MPGAGRMNTCANCLREQSTATUS /AWS1/MPGAGRMNTCANCLREQSTATUS

The updated status of the cancellation request, which is CANCELLED.

iv_statusmessage TYPE /AWS1/MPGAGRMNTCANCLREQSTATMSG /AWS1/MPGAGRMNTCANCLREQSTATMSG

A message providing additional context about the cancellation request status.

iv_createdat TYPE /AWS1/MPGTIMESTAMP /AWS1/MPGTIMESTAMP

The date and time when the cancellation request was originally created, as a POSIX timestamp (Unix epoch seconds).

iv_updatedat TYPE /AWS1/MPGTIMESTAMP /AWS1/MPGTIMESTAMP

The date and time when the cancellation request was cancelled, as a POSIX timestamp (Unix epoch seconds).


Queryable Attributes

agreementCancellationRequestId

The unique identifier of the cancelled cancellation request.

Accessible with the following methods

Method Description
GET_AGREEMENTCANCLREQUESTID() Getter for AGREEMENTCANCLREQUESTID, with configurable defaul
ASK_AGREEMENTCANCLREQUESTID() Getter for AGREEMENTCANCLREQUESTID w/ exceptions if field ha
HAS_AGREEMENTCANCLREQUESTID() Determine if AGREEMENTCANCLREQUESTID has a value

agreementId

The unique identifier of the agreement associated with this cancellation request.

Accessible with the following methods

Method Description
GET_AGREEMENTID() Getter for AGREEMENTID, with configurable default
ASK_AGREEMENTID() Getter for AGREEMENTID w/ exceptions if field has no value
HAS_AGREEMENTID() Determine if AGREEMENTID has a value

reasonCode

The original reason code provided when the cancellation request was created.

Accessible with the following methods

Method Description
GET_REASONCODE() Getter for REASONCODE, with configurable default
ASK_REASONCODE() Getter for REASONCODE w/ exceptions if field has no value
HAS_REASONCODE() Determine if REASONCODE has a value

description

The detailed description of the original cancellation reason, if provided.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

status

The updated status of the cancellation request, which is CANCELLED.

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

statusMessage

A message providing additional context about the cancellation request status.

Accessible with the following methods

Method Description
GET_STATUSMESSAGE() Getter for STATUSMESSAGE, with configurable default
ASK_STATUSMESSAGE() Getter for STATUSMESSAGE w/ exceptions if field has no value
HAS_STATUSMESSAGE() Determine if STATUSMESSAGE has a value

createdAt

The date and time when the cancellation request was originally created, as a POSIX timestamp (Unix epoch seconds).

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The date and time when the cancellation request was cancelled, as a POSIX timestamp (Unix epoch seconds).

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value