/AWS1/CL_BDODELETEPMNTMGRRSP¶
DeletePaymentManagerResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/BDOPAYMENTMANAGERSTATUS /AWS1/BDOPAYMENTMANAGERSTATUS¶
The current status of the payment manager, set to
DELETINGwhen deletion is initiated. Possible values includeCREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.
Optional arguments:¶
iv_paymentmanagerid TYPE /AWS1/BDOPAYMENTMANAGERID /AWS1/BDOPAYMENTMANAGERID¶
The unique identifier of the deleted payment manager.
Queryable Attributes¶
status¶
The current status of the payment manager, 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 |
paymentManagerId¶
The unique identifier of the deleted payment manager.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYMENTMANAGERID() |
Getter for PAYMENTMANAGERID, with configurable default |
ASK_PAYMENTMANAGERID() |
Getter for PAYMENTMANAGERID w/ exceptions if field has no va |
HAS_PAYMENTMANAGERID() |
Determine if PAYMENTMANAGERID has a value |