tech.carpentum.sdk.payment.internal.api.EnhancedAuthApi.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payment-client-v2 Show documentation
Show all versions of payment-client-v2 Show documentation
Carpentum Payment system Java SDK
The newest version!
package tech.carpentum.sdk.payment.internal.api
import tech.carpentum.sdk.payment.internal.generated.api.AuthApi
import java.time.Duration
internal class EnhancedAuthApi(
basePath: String = defaultBasePath,
callTimeout: Duration
) : AuthApi(basePath, ApiUtils.getClient(callTimeout))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy