Package com.lithic.api.models
Class V2RetrieveFeaturesResponse.SpendFeatureState.Value
-
- All Implemented Interfaces:
public final class V2RetrieveFeaturesResponse.SpendFeatureState.Value
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV2RetrieveFeaturesResponse.SpendFeatureState.Value.BuilderA builder for Value.
-
Method Summary
Modifier and Type Method Description final Longamount()Amount (in cents) for the given Auth Rule that is used as input for calculating the rule. final Longcount()Number of velocity impacting transactions matching the given scope, period and filters final JsonField<Long>_amount()Returns the raw JSON value of amount. final JsonField<Long>_count()Returns the raw JSON value of count. final Map<String, JsonValue>_additionalProperties()final V2RetrieveFeaturesResponse.SpendFeatureState.Value.BuildertoBuilder()final V2RetrieveFeaturesResponse.SpendFeatureState.Valuevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builderbuilder()Returns a mutable builder for constructing an instance of Value. -
-
Method Detail
-
amount
final Long amount()
Amount (in cents) for the given Auth Rule that is used as input for calculating the rule. For Velocity Limit rules this would be the calculated Velocity. For Conditional Rules using CARD_TRANSACTION_COUNT_* this will be 0
-
count
final Long count()
Number of velocity impacting transactions matching the given scope, period and filters
-
_amount
final JsonField<Long> _amount()
Returns the raw JSON value of amount.
Unlike amount, this method doesn't throw if the JSON field has an unexpected type.
-
_count
final JsonField<Long> _count()
Returns the raw JSON value of count.
Unlike count, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder toBuilder()
-
validate
final V2RetrieveFeaturesResponse.SpendFeatureState.Value validate()
-
builder
final static V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder builder()
Returns a mutable builder for constructing an instance of Value.
The following fields are required:
.amount() .count()
-
-
-
-