Uses of Class
in.juspay.model.JuspayEnvironment
Packages that use JuspayEnvironment
-
Uses of JuspayEnvironment in in.juspay.model
Methods in in.juspay.model that return JuspayEnvironmentModifier and TypeMethodDescriptionstatic JuspayEnvironmentJuspayEnvironment.withApiKey(String newApiKey) static JuspayEnvironmentJuspayEnvironment.withBaseUrl(String newBaseUrl) static JuspayEnvironmentJuspayEnvironment.withConnectTimeoutInMilliSeconds(int connectTimeoutInMilliSeconds) static JuspayEnvironmentJuspayEnvironment.withJweJwsEncryption(JweJwsEncryptionKeys encryption) static JuspayEnvironmentJuspayEnvironment.withMerchantId(String newMerchantId) static JuspayEnvironmentJuspayEnvironment.withReadTimeoutInMilliSeconds(int readTimeoutInMilliSeconds) static JuspayEnvironmentJuspayEnvironment.withSSLProtocol(String protocol)