Package com.fintecsystems.xs2a.java.services

Types

ApiBankAccountService
Link copied to clipboard
class ApiBankAccountService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
ApiBankConnectionService
Link copied to clipboard
class ApiBankConnectionService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
ApiBankUserService
Link copied to clipboard
class ApiBankUserService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
ApiService
Link copied to clipboard
class ApiService(apiKey: String, endpointVersion: String, client: OkHttpClient, backendUrl: String)
ApiWizardService
Link copied to clipboard
class ApiWizardService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
BankCodesService
Link copied to clipboard
class BankCodesService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
BlacklistService
Link copied to clipboard
class BlacklistService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
EventService
Link copied to clipboard
class EventService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
PayService
Link copied to clipboard
class PayService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
RiskService
Link copied to clipboard
class RiskService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
ServiceBase
Link copied to clipboard
abstract class ServiceBase(apiKey: String, endpointVersion: String, client: OkHttpClient, backendUrl: String)
SessionService
Link copied to clipboard
class SessionService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
WhitelistService
Link copied to clipboard
class WhitelistService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase
WizardService
Link copied to clipboard
class WizardService(apiKey: String, client: OkHttpClient, backendUrl: String) : ServiceBase