Package com.lithic.api.services.blocking
Interface AggregateBalanceService
-
- All Implemented Interfaces:
public interface AggregateBalanceService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAggregateBalanceService.WithRawResponseA view of AggregateBalanceService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract AggregateBalanceService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract AggregateBalanceServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AggregateBalanceListPagelist()Get the aggregated balance across all end-user accounts by financial account type abstract AggregateBalanceListPagelist(AggregateBalanceListParams params, RequestOptions requestOptions)AggregateBalanceListPagelist(AggregateBalanceListParams params)AggregateBalanceListPagelist(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract AggregateBalanceService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract AggregateBalanceService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
AggregateBalanceListPage list()
Get the aggregated balance across all end-user accounts by financial account type
-
list
abstract AggregateBalanceListPage list(AggregateBalanceListParams params, RequestOptions requestOptions)
-
list
AggregateBalanceListPage list(AggregateBalanceListParams params)
-
list
AggregateBalanceListPage list(RequestOptions requestOptions)
-
-
-
-