Package com.lithic.api.services.async
Interface BalanceServiceAsync
-
- All Implemented Interfaces:
public interface BalanceServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBalanceServiceAsync.WithRawResponseA view of BalanceServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract BalanceServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract BalanceServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<BalanceListPageAsync>list()Get the balances for a program, business, or a given end-user account abstract CompletableFuture<BalanceListPageAsync>list(BalanceListParams params, RequestOptions requestOptions)CompletableFuture<BalanceListPageAsync>list(BalanceListParams params)CompletableFuture<BalanceListPageAsync>list(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract BalanceServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract BalanceServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<BalanceListPageAsync> list()
Get the balances for a program, business, or a given end-user account
-
list
abstract CompletableFuture<BalanceListPageAsync> list(BalanceListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<BalanceListPageAsync> list(BalanceListParams params)
-
list
CompletableFuture<BalanceListPageAsync> list(RequestOptions requestOptions)
-
-
-
-