With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieve(params: FinancialAccountCreditConfigurationRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<FinancialAccountCreditConfig>
@MustBeClosed
Returns a raw HTTP response for get /v1/financial_accounts/{financial_account_token}/credit_configuration, but is otherwise the same as CreditConfigurationServiceAsync.retrieve.
Link copied to clipboard
@MustBeClosed
open suspend override fun update(params: FinancialAccountCreditConfigurationUpdateParams, requestOptions: RequestOptions): HttpResponseFor<FinancialAccountCreditConfig>
@MustBeClosed
Returns a raw HTTP response for patch /v1/financial_accounts/{financial_account_token}/credit_configuration, but is otherwise the same as CreditConfigurationServiceAsync.update.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): CreditConfigurationServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.