With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: AccountActivityListParams, requestOptions: RequestOptions): HttpResponseFor<AccountActivityListPageAsync>
Returns a raw HTTP response for get /v1/account_activity, but is otherwise the same as AccountActivityServiceAsync.list.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieveTransaction(params: AccountActivityRetrieveTransactionParams, requestOptions: RequestOptions): HttpResponseFor<AccountActivityRetrieveTransactionResponse>
@MustBeClosed
Returns a raw HTTP response for get /v1/account_activity/{transaction_token}, but is otherwise the same as AccountActivityServiceAsync.retrieveTransaction.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): AccountActivityServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.