Package com.adyen

Class Config


  • public class Config
    extends Object
    • Field Detail

      • username

        protected String username
      • password

        protected String password
      • merchantAccount

        protected String merchantAccount
      • endpoint

        protected String endpoint
      • applicationName

        protected String applicationName
        Application name: used as HTTP client User-Agent
      • apiKey

        protected String apiKey
      • connectionTimeoutMillis

        protected int connectionTimeoutMillis
      • readTimeoutMillis

        protected int readTimeoutMillis
      • checkoutEndpoint

        protected String checkoutEndpoint
      • terminalApiCloudEndpoint

        protected String terminalApiCloudEndpoint
      • terminalApiLocalEndpoint

        protected String terminalApiLocalEndpoint
      • terminalCertificate

        protected Certificate terminalCertificate
      • trustKeyStore

        protected KeyStore trustKeyStore
      • clientKeyStore

        protected KeyStore clientKeyStore
      • clientKeyStorePassword

        protected String clientKeyStorePassword
      • liveEndpointUrlPrefix

        protected String liveEndpointUrlPrefix
    • Constructor Detail

      • Config

        public Config()