/AWS1/CL_BDOCREPMNTCREDPVDRRSP¶
CreatePaymentCredentialProviderResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/BDOCREDPROVIDERNAME /AWS1/BDOCREDPROVIDERNAME¶
The name of the created payment credential provider.
iv_credentialprovidervendor TYPE /AWS1/BDOPMNTCREDPVDRVNDRTYPE /AWS1/BDOPMNTCREDPVDRVNDRTYPE¶
The vendor type for the created payment credential provider.
iv_credentialproviderarn TYPE /AWS1/BDOPMNTCREDPVDRARNTYPE /AWS1/BDOPMNTCREDPVDRARNTYPE¶
The Amazon Resource Name (ARN) of the created payment credential provider.
io_providerconfoutput TYPE REF TO /AWS1/CL_BDOPMNTPVDRCONFOUTPUT /AWS1/CL_BDOPMNTPVDRCONFOUTPUT¶
Output configuration (contains secret ARNs, excludes actual secret values).
Queryable Attributes¶
name¶
The name of the created payment credential provider.
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 |
credentialProviderVendor¶
The vendor type for the created payment credential provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALPROVIDERVENDOR() |
Getter for CREDENTIALPROVIDERVENDOR, with configurable defau |
ASK_CREDENTIALPROVIDERVENDOR() |
Getter for CREDENTIALPROVIDERVENDOR w/ exceptions if field h |
HAS_CREDENTIALPROVIDERVENDOR() |
Determine if CREDENTIALPROVIDERVENDOR has a value |
credentialProviderArn¶
The Amazon Resource Name (ARN) of the created payment credential provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREDENTIALPROVIDERARN() |
Getter for CREDENTIALPROVIDERARN, with configurable default |
ASK_CREDENTIALPROVIDERARN() |
Getter for CREDENTIALPROVIDERARN w/ exceptions if field has |
HAS_CREDENTIALPROVIDERARN() |
Determine if CREDENTIALPROVIDERARN has a value |
providerConfigurationOutput¶
Output configuration (contains secret ARNs, excludes actual secret values).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERCONFOUTPUT() |
Getter for PROVIDERCONFIGURATIONOUTPUT |