All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lithic.api.services.blocking.TransferService.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.core.RequestOptions
import com.lithic.api.models.Transfer
import com.lithic.api.models.TransferCreateParams

interface TransferService {

    /** Transfer funds between two financial accounts or between a financial account and card */
    @JvmOverloads
    fun create(
        params: TransferCreateParams,
        requestOptions: RequestOptions = RequestOptions.none()
    ): Transfer
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy