/AWS1/CL_BDODELETEPMNTCNCTRRSP¶
DeletePaymentConnectorResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/BDOPAYMENTCNCTRSTATUS /AWS1/BDOPAYMENTCNCTRSTATUS¶
The current status of the payment connector, set to
DELETINGwhen deletion is initiated. Possible values includeCREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.
Optional arguments:¶
iv_paymentconnectorid TYPE /AWS1/BDOPAYMENTCONNECTORID /AWS1/BDOPAYMENTCONNECTORID¶
The unique identifier of the deleted payment connector.
Queryable Attributes¶
status¶
The current status of the payment connector, set to
DELETINGwhen deletion is initiated. Possible values includeCREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.
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 |
paymentConnectorId¶
The unique identifier of the deleted payment connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYMENTCONNECTORID() |
Getter for PAYMENTCONNECTORID, with configurable default |
ASK_PAYMENTCONNECTORID() |
Getter for PAYMENTCONNECTORID w/ exceptions if field has no |
HAS_PAYMENTCONNECTORID() |
Determine if PAYMENTCONNECTORID has a value |