Class FinancialAccountCreditConfigurationUpdateParams
-
- All Implemented Interfaces:
-
com.lithic.api.core.Params
public final class FinancialAccountCreditConfigurationUpdateParams implements Params
Update an account's credit configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFinancialAccountCreditConfigurationUpdateParams.BuilderA builder for FinancialAccountCreditConfigurationUpdateParams.
public final classFinancialAccountCreditConfigurationUpdateParams.FinancialAccountCreditConfigRequest
-
Method Summary
-
-
Method Detail
-
financialAccountToken
final Optional<String> financialAccountToken()
-
creditLimit
final Optional<Long> creditLimit()
-
creditProductToken
final Optional<String> creditProductToken()
Globally unique identifier for the credit product
-
externalBankAccountToken
final Optional<String> externalBankAccountToken()
-
_creditLimit
final JsonField<Long> _creditLimit()
Returns the raw JSON value of creditLimit.
Unlike creditLimit, this method doesn't throw if the JSON field has an unexpected type.
-
_creditProductToken
final JsonField<String> _creditProductToken()
Returns the raw JSON value of creditProductToken.
Unlike creditProductToken, this method doesn't throw if the JSON field has an unexpected type.
-
_externalBankAccountToken
final JsonField<String> _externalBankAccountToken()
Returns the raw JSON value of externalBankAccountToken.
Unlike externalBankAccountToken, this method doesn't throw if the JSON field has an unexpected type.
-
_tier
final JsonField<String> _tier()
Returns the raw JSON value of tier.
Unlike tier, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_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 FinancialAccountCreditConfigurationUpdateParams.Builder toBuilder()
-
_body
final FinancialAccountCreditConfigurationUpdateParams.FinancialAccountCreditConfigRequest _body()
-
_pathParam
final String _pathParam(Integer index)
-
_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 FinancialAccountCreditConfigurationUpdateParams none()
-
builder
final static FinancialAccountCreditConfigurationUpdateParams.Builder builder()
Returns a mutable builder for constructing an instance of FinancialAccountCreditConfigurationUpdateParams.
-
-
-
-