Class V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder
-
- All Implemented Interfaces:
public final class V2RetrieveFeaturesResponse.SpendFeatureState.Value.BuilderA builder for Value.
-
-
Method Summary
-
-
Method Detail
-
amount
final V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder amount(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
-
amount
final V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder amount(JsonField<Long> amount)
Sets Builder.amount to an arbitrary JSON value.
You should usually call Builder.amount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
count
final V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder count(Long count)
Number of velocity impacting transactions matching the given scope, period and filters
-
count
final V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder count(JsonField<Long> count)
Sets Builder.count to an arbitrary JSON value.
You should usually call Builder.count with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V2RetrieveFeaturesResponse.SpendFeatureState.Value.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V2RetrieveFeaturesResponse.SpendFeatureState.Value build()
Returns an immutable instance of Value.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.amount() .count()
-
-
-
-