MeApiCredential |
MeApiCredential.active(Boolean active) |
Indicates if the API credential is enabled.
|
MeApiCredential |
MeApiCredential.addAllowedIpAddressesItem(String allowedIpAddressesItem) |
|
MeApiCredential |
MeApiCredential.addAllowedOriginsItem(AllowedOrigin allowedOriginsItem) |
|
MeApiCredential |
MeApiCredential.addAssociatedMerchantAccountsItem(String associatedMerchantAccountsItem) |
|
MeApiCredential |
MeApiCredential.addRolesItem(String rolesItem) |
|
MeApiCredential |
MeApiCredential.allowedIpAddresses(List<String> allowedIpAddresses) |
List of IP addresses from which your client can make requests.
|
MeApiCredential |
MeApiCredential.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.
|
MeApiCredential |
MeApiCredential.associatedMerchantAccounts(List<String> associatedMerchantAccounts) |
List of merchant accounts that the API credential has explicit access to.
|
MeApiCredential |
MeApiCredential.clientKey(String clientKey) |
Public key used for [client-side authentication](https://docs.adyen.com/development-resources/client-side-authentication).
|
MeApiCredential |
MeApiCredential.companyName(String companyName) |
Name of the company linked to the API credential.
|
MeApiCredential |
MeApiCredential.description(String description) |
Description of the API credential.
|
static MeApiCredential |
MeApiCredential.fromJson(String jsonString) |
Create an instance of MeApiCredential given an JSON string
|
MeApiCredential |
MeApiCredential.id(String id) |
Unique identifier of the API credential.
|
MeApiCredential |
MeApiCredential.links(ApiCredentialLinks links) |
links
|
MeApiCredential |
MeApiCredential.roles(List<String> roles) |
List of [roles](https://docs.adyen.com/development-resources/api-credentials#roles-1) for the API credential.
|
MeApiCredential |
MeApiCredential.username(String username) |
The name of the [API credential](https://docs.adyen.com/development-resources/api-credentials), for example **ws@Company.TestCompany**.
|