/AWS1/CL_BDOCREATEPMNTCNCTRRSP¶
CreatePaymentConnectorResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_paymentconnectorid TYPE /AWS1/BDOPAYMENTCONNECTORID /AWS1/BDOPAYMENTCONNECTORID¶
The unique identifier of the created payment connector.
iv_paymentmanagerid TYPE /AWS1/BDOPAYMENTMANAGERID /AWS1/BDOPAYMENTMANAGERID¶
The unique identifier of the parent payment manager.
iv_name TYPE /AWS1/BDOPAYMENTCONNECTORNAME /AWS1/BDOPAYMENTCONNECTORNAME¶
The name of the created payment connector.
iv_type TYPE /AWS1/BDOPAYMENTCONNECTORTYPE /AWS1/BDOPAYMENTCONNECTORTYPE¶
The type of the created payment connector.
it_credentialproviderconfs TYPE /AWS1/CL_BDOCREDSPROVIDERCONF=>TT_CREDENTIALSPROVIDERCONFS TT_CREDENTIALSPROVIDERCONFS¶
The credential provider configurations for the created payment connector.
iv_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the payment connector was created.
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.
Queryable Attributes¶
paymentConnectorId¶
The unique identifier of the created 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 |
paymentManagerId¶
The unique identifier of the parent 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 |
name¶
The name of the created 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 created payment connector.
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 |
credentialProviderConfigurations¶
The credential provider configurations for the created payment connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALPROVIDERCONFS() |
Getter for CREDENTIALPROVIDERCONFS, with configurable defaul |
ASK_CREDENTIALPROVIDERCONFS() |
Getter for CREDENTIALPROVIDERCONFS w/ exceptions if field ha |
HAS_CREDENTIALPROVIDERCONFS() |
Determine if CREDENTIALPROVIDERCONFS has a value |
createdAt¶
The timestamp when the payment connector was created.
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 |
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 |