Class BalanceListParams
-
- All Implemented Interfaces:
-
com.lithic.api.core.Params
public final class BalanceListParams implements Params
Get the balances for a program, business, or a given end-user account
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBalanceListParams.BuilderA builder for BalanceListParams.
public final classBalanceListParams.FinancialAccountTypeList balances for a given Financial Account type.
-
Method Summary
Modifier and Type Method Description final Optional<String>accountToken()List balances for all financial accounts of a given account_token. final Optional<OffsetDateTime>balanceDate()UTC date and time of the balances to retrieve. final Optional<String>businessAccountToken()List balances for all financial accounts of a given business_account_token. final Optional<BalanceListParams.FinancialAccountType>financialAccountType()List balances for a given Financial Account type. final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final BalanceListParams.BuildertoBuilder()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static BalanceListParamsnone()final static BalanceListParams.Builderbuilder()Returns a mutable builder for constructing an instance of BalanceListParams. -
-
Method Detail
-
accountToken
final Optional<String> accountToken()
List balances for all financial accounts of a given account_token.
-
balanceDate
final Optional<OffsetDateTime> balanceDate()
UTC date and time of the balances to retrieve. Defaults to latest available balances
-
businessAccountToken
final Optional<String> businessAccountToken()
List balances for all financial accounts of a given business_account_token.
-
financialAccountType
final Optional<BalanceListParams.FinancialAccountType> financialAccountType()
List balances for a given Financial Account type.
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final BalanceListParams.Builder toBuilder()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static BalanceListParams none()
-
builder
final static BalanceListParams.Builder builder()
Returns a mutable builder for constructing an instance of BalanceListParams.
-
-
-
-