/AWS1/CL_BDOPMNTCNCTRSUMMARY¶
Contains summary information about a payment connector.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_paymentconnectorid TYPE /AWS1/BDOPAYMENTCONNECTORID /AWS1/BDOPAYMENTCONNECTORID¶
The unique identifier of the payment connector.
iv_name TYPE /AWS1/BDOPAYMENTCONNECTORNAME /AWS1/BDOPAYMENTCONNECTORNAME¶
The name of the payment connector.
iv_type TYPE /AWS1/BDOPAYMENTCONNECTORTYPE /AWS1/BDOPAYMENTCONNECTORTYPE¶
The type of the payment connector, which determines the payment provider integration.
iv_status TYPE /AWS1/BDOPAYMENTCNCTRSTATUS /AWS1/BDOPAYMENTCNCTRSTATUS¶
The current status of the payment connector. Possible values include
CREATING,READY,UPDATING,DELETING,CREATE_FAILED,UPDATE_FAILED, andDELETE_FAILED.
iv_lastupdatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the payment connector was last updated.
Queryable Attributes¶
paymentConnectorId¶
The unique identifier of the 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 |
name¶
The name of the payment connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
type¶
The type of the payment connector, which determines the payment provider integration.
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 |
status¶
The current status of the payment connector. Possible values include
CREATING,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 |
lastUpdatedAt¶
The timestamp when the payment connector was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT 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_PAYMENTCONNECTORSUMMARIES¶
TYPES TT_PAYMENTCONNECTORSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOPMNTCNCTRSUMMARY WITH DEFAULT KEY
.