Credit Configuration Service Async
Types
Link copied to clipboard
interface WithRawResponse
A view of CreditConfigurationServiceAsync that provides access to raw HTTP responses for each method.
Functions
Link copied to clipboard
abstract suspend fun retrieve(params: FinancialAccountCreditConfigurationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): FinancialAccountCreditConfig
open suspend fun retrieve(financialAccountToken: String, requestOptions: RequestOptions): FinancialAccountCreditConfig
open suspend fun retrieve(financialAccountToken: String, params: FinancialAccountCreditConfigurationRetrieveParams = FinancialAccountCreditConfigurationRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): FinancialAccountCreditConfig
Get an Account's credit configuration
Link copied to clipboard
abstract suspend fun update(params: FinancialAccountCreditConfigurationUpdateParams, requestOptions: RequestOptions = RequestOptions.none()): FinancialAccountCreditConfig
open suspend fun update(financialAccountToken: String, requestOptions: RequestOptions): FinancialAccountCreditConfig
open suspend fun update(financialAccountToken: String, params: FinancialAccountCreditConfigurationUpdateParams = FinancialAccountCreditConfigurationUpdateParams.none(), requestOptions: RequestOptions = RequestOptions.none()): FinancialAccountCreditConfig
Update an account's credit configuration
Link copied to clipboard
abstract fun withOptions(modifier: (ClientOptions.Builder) -> Unit): CreditConfigurationServiceAsync
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.