/AWS1/CL_BDOCREDSPROVIDERCONF¶
The credential provider configuration for a payment connector. Specifies the payment provider type and its associated credential provider.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_coinbasecdp TYPE REF TO /AWS1/CL_BDOPMNTCREDPVDRCONF /AWS1/CL_BDOPMNTCREDPVDRCONF¶
The credential provider configuration for a Coinbase CDP payment connector.
io_stripeprivy TYPE REF TO /AWS1/CL_BDOPMNTCREDPVDRCONF /AWS1/CL_BDOPMNTCREDPVDRCONF¶
The credential provider configuration for a Stripe Privy payment connector.
Queryable Attributes¶
coinbaseCDP¶
The credential provider configuration for a Coinbase CDP payment connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COINBASECDP() |
Getter for COINBASECDP |
stripePrivy¶
The credential provider configuration for a Stripe Privy payment connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRIPEPRIVY() |
Getter for STRIPEPRIVY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CREDENTIALSPROVIDERCONFS¶
TYPES TT_CREDENTIALSPROVIDERCONFS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOCREDSPROVIDERCONF WITH DEFAULT KEY
.