FundingEventServiceAsyncImpl

Functions

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

open suspend override fun list(params: FundingEventListParams, requestOptions: RequestOptions): FundingEventListPageAsync

Get all funding events for program

Link copied to clipboard
open suspend fun retrieve(fundingEventToken: String, requestOptions: RequestOptions): FundingEventRetrieveResponse
open suspend override fun retrieve(params: FundingEventRetrieveParams, 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
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.