With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: FundingEventListParams, requestOptions: RequestOptions): HttpResponseFor<FundingEventListPageAsync>
Returns a raw HTTP response for get /v1/funding_events, but is otherwise the same as FundingEventServiceAsync.list.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieve(params: FundingEventRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<FundingEventRetrieveResponse>
@MustBeClosed
Returns a raw HTTP response for get /v1/funding_events/{funding_event_token}, but is otherwise the same as FundingEventServiceAsync.retrieve.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieveDetails(params: FundingEventRetrieveDetailsParams, requestOptions: RequestOptions): HttpResponseFor<FundingEventRetrieveDetailsResponse>
@MustBeClosed
Returns a raw HTTP response for get /v1/funding_events/{funding_event_token}/details, but is otherwise the same as FundingEventServiceAsync.retrieveDetails.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): FundingEventServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.