Functions

Link copied to clipboard
@MustBeClosed
open suspend fun retrieve(financialAccountToken: String, requestOptions: RequestOptions): HttpResponseFor<FinancialAccountCreditConfig>

@MustBeClosed
open suspend fun retrieve(financialAccountToken: String, params: FinancialAccountCreditConfigurationRetrieveParams = FinancialAccountCreditConfigurationRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<FinancialAccountCreditConfig>

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 fun update(financialAccountToken: String, requestOptions: RequestOptions): HttpResponseFor<FinancialAccountCreditConfig>

@MustBeClosed
open suspend fun update(financialAccountToken: String, params: FinancialAccountCreditConfigurationUpdateParams = FinancialAccountCreditConfigurationUpdateParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<FinancialAccountCreditConfig>

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

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