
com.lithic.api.services.blocking.ThreeDSService.kt Maven / Gradle / Ivy
// File generated from our OpenAPI spec by Stainless.
@file:Suppress("OVERLOADS_INTERFACE") // See https://youtrack.jetbrains.com/issue/KT-36102
package com.lithic.api.services.blocking
import com.lithic.api.services.blocking.threeDS.AuthenticationService
import com.lithic.api.services.blocking.threeDS.DecisioningService
interface ThreeDSService {
fun authentication(): AuthenticationService
fun decisioning(): DecisioningService
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy