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

com.increase.api.services.blocking.InboundWireDrawdownRequestService.kt Maven / Gradle / Ivy

There is a newer version: 0.142.0
Show newest version
// File generated from our OpenAPI spec by Stainless.

package com.increase.api.services.blocking

import com.increase.api.core.RequestOptions
import com.increase.api.models.InboundWireDrawdownRequest
import com.increase.api.models.InboundWireDrawdownRequestListPage
import com.increase.api.models.InboundWireDrawdownRequestListParams
import com.increase.api.models.InboundWireDrawdownRequestRetrieveParams

interface InboundWireDrawdownRequestService {

    /** Retrieve an Inbound Wire Drawdown Request */
    fun retrieve(
        params: InboundWireDrawdownRequestRetrieveParams,
        requestOptions: RequestOptions = RequestOptions.none()
    ): InboundWireDrawdownRequest

    /** List Inbound Wire Drawdown Requests */
    fun list(
        params: InboundWireDrawdownRequestListParams,
        requestOptions: RequestOptions = RequestOptions.none()
    ): InboundWireDrawdownRequestListPage
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy