FundingEventServiceAsync

Types

Link copied to clipboard
interface WithRawResponse

A view of FundingEventServiceAsync that provides access to raw HTTP responses for each method.

Functions

Link copied to clipboard
open suspend fun list(requestOptions: RequestOptions): FundingEventListPageAsync

abstract suspend fun list(params: FundingEventListParams = FundingEventListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): FundingEventListPageAsync

Get all funding events for program

Link copied to clipboard
abstract suspend fun retrieve(params: FundingEventRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): FundingEventRetrieveResponse
open suspend fun retrieve(fundingEventToken: String, requestOptions: RequestOptions): FundingEventRetrieveResponse

open suspend fun retrieve(fundingEventToken: String, params: FundingEventRetrieveParams = FundingEventRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): FundingEventRetrieveResponse

Get funding event for program by id

Link copied to clipboard
abstract suspend fun retrieveDetails(params: FundingEventRetrieveDetailsParams, requestOptions: RequestOptions = RequestOptions.none()): FundingEventRetrieveDetailsResponse
open suspend fun retrieveDetails(fundingEventToken: String, requestOptions: RequestOptions): FundingEventRetrieveDetailsResponse

open suspend fun retrieveDetails(fundingEventToken: String, params: FundingEventRetrieveDetailsParams = FundingEventRetrieveDetailsParams.none(), requestOptions: RequestOptions = RequestOptions.none()): FundingEventRetrieveDetailsResponse

Get funding event details by id

Link copied to clipboard

Returns a view of this service with the given option modifications applied.

Link copied to clipboard

Returns a view of this service that provides access to raw HTTP responses for each method.