Package com.lithic.api.services.async
Interface CreditProductServiceAsync
-
- All Implemented Interfaces:
public interface CreditProductServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCreditProductServiceAsync.WithRawResponseA view of CreditProductServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract CreditProductServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract CreditProductServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ExtendedCreditServiceAsyncextendedCredit()abstract PrimeRateServiceAsyncprimeRates()-
-
Method Detail
-
withRawResponse
abstract CreditProductServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract CreditProductServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
extendedCredit
abstract ExtendedCreditServiceAsync extendedCredit()
-
primeRates
abstract PrimeRateServiceAsync primeRates()
-
-
-
-