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