CompanyApiCredential |
CompanyApiCredential.active(Boolean active) |
Indicates if the API credential is enabled.
|
CompanyApiCredential |
CompanyApiCredential.addAllowedIpAddressesItem(String allowedIpAddressesItem) |
|
CompanyApiCredential |
CompanyApiCredential.addAllowedOriginsItem(AllowedOrigin allowedOriginsItem) |
|
CompanyApiCredential |
CompanyApiCredential.addAssociatedMerchantAccountsItem(String associatedMerchantAccountsItem) |
|
CompanyApiCredential |
CompanyApiCredential.addRolesItem(String rolesItem) |
|
CompanyApiCredential |
CompanyApiCredential.allowedIpAddresses(List<String> allowedIpAddresses) |
List of IP addresses from which your client can make requests.
|
CompanyApiCredential |
CompanyApiCredential.allowedOrigins(List<AllowedOrigin> allowedOrigins) |
List containing the [allowed
origins](https://docs.adyen.com/development-resources/client-side-authentication#allowed-origins)
linked to the API credential.
|
CompanyApiCredential |
CompanyApiCredential.associatedMerchantAccounts(List<String> associatedMerchantAccounts) |
List of merchant accounts that the API credential has explicit access to.
|
CompanyApiCredential |
CompanyApiCredential.clientKey(String clientKey) |
Public key used for [client-side
authentication](https://docs.adyen.com/development-resources/client-side-authentication).
|
CompanyApiCredential |
CompanyApiCredential.description(String description) |
Description of the API credential.
|
static CompanyApiCredential |
CompanyApiCredential.fromJson(String jsonString) |
Create an instance of CompanyApiCredential given an JSON string
|
CompanyApiCredential |
CompanyApiCredential.id(String id) |
Unique identifier of the API credential.
|
CompanyApiCredential |
CompanyApiCredential.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
CompanyApiCredential |
CompanyApiCredential.links(ApiCredentialLinks links) |
links
|
CompanyApiCredential |
CompanyApiCredential.roles(List<String> roles) |
List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the
API credential.
|
CompanyApiCredential |
CompanyApiCredential.subjectDN(String subjectDN) |
The subject DN of the certificate issued by Adyen.
|
CompanyApiCredential |
CompanyApiCredential.username(String username) |
The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials),
for example **ws@Company.TestCompany**.
|