Package com.lithic.api.client
Interface LithicClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface LithicClientAsync.WithRawResponseA view of LithicClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract LithicClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
accounts
abstract AccountServiceAsync.WithRawResponse accounts()
-
accountHolders
abstract AccountHolderServiceAsync.WithRawResponse accountHolders()
-
authRules
abstract AuthRuleServiceAsync.WithRawResponse authRules()
-
authStreamEnrollment
abstract AuthStreamEnrollmentServiceAsync.WithRawResponse authStreamEnrollment()
-
tokenizationDecisioning
abstract TokenizationDecisioningServiceAsync.WithRawResponse tokenizationDecisioning()
-
tokenizations
abstract TokenizationServiceAsync.WithRawResponse tokenizations()
-
cards
abstract CardServiceAsync.WithRawResponse cards()
-
balances
abstract BalanceServiceAsync.WithRawResponse balances()
-
aggregateBalances
abstract AggregateBalanceServiceAsync.WithRawResponse aggregateBalances()
-
disputes
abstract DisputeServiceAsync.WithRawResponse disputes()
-
events
abstract EventServiceAsync.WithRawResponse events()
-
transfers
abstract TransferServiceAsync.WithRawResponse transfers()
-
financialAccounts
abstract FinancialAccountServiceAsync.WithRawResponse financialAccounts()
-
transactions
abstract TransactionServiceAsync.WithRawResponse transactions()
-
responderEndpoints
abstract ResponderEndpointServiceAsync.WithRawResponse responderEndpoints()
-
externalBankAccounts
abstract ExternalBankAccountServiceAsync.WithRawResponse externalBankAccounts()
-
payments
abstract PaymentServiceAsync.WithRawResponse payments()
-
threeDS
abstract ThreeDSServiceAsync.WithRawResponse threeDS()
-
reports
abstract ReportServiceAsync.WithRawResponse reports()
-
cardPrograms
abstract CardProgramServiceAsync.WithRawResponse cardPrograms()
-
digitalCardArt
abstract DigitalCardArtServiceAsync.WithRawResponse digitalCardArt()
-
bookTransfers
abstract BookTransferServiceAsync.WithRawResponse bookTransfers()
-
creditProducts
abstract CreditProductServiceAsync.WithRawResponse creditProducts()
-
externalPayments
abstract ExternalPaymentServiceAsync.WithRawResponse externalPayments()
-
managementOperations
abstract ManagementOperationServiceAsync.WithRawResponse managementOperations()
-
fundingEvents
abstract FundingEventServiceAsync.WithRawResponse fundingEvents()
-
fraud
abstract FraudServiceAsync.WithRawResponse fraud()
-
networkPrograms
abstract NetworkProgramServiceAsync.WithRawResponse networkPrograms()
-
accountActivity
abstract AccountActivityServiceAsync.WithRawResponse accountActivity()
-
apiStatus
CompletableFuture<HttpResponseFor<ApiStatus>> apiStatus()
Returns a raw HTTP response for
get /v1/status, but is otherwise the same as LithicClientAsync.apiStatus.
-
apiStatus
abstract CompletableFuture<HttpResponseFor<ApiStatus>> apiStatus(ClientApiStatusParams params, RequestOptions requestOptions)
-
apiStatus
CompletableFuture<HttpResponseFor<ApiStatus>> apiStatus(ClientApiStatusParams params)
-
apiStatus
CompletableFuture<HttpResponseFor<ApiStatus>> apiStatus(RequestOptions requestOptions)
-
-
-
-