Class: Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Value
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Value
- Defined in:
- lib/lithic/models/auth_rules/v2_retrieve_features_response.rb
Overview
Instance Attribute Summary collapse
-
#amount ⇒ Integer
Amount (in cents) for the given Auth Rule that is used as input for calculating the rule.
-
#count ⇒ Integer
Number of velocity impacting transactions matching the given scope, period and filters.
Instance Method Summary collapse
-
#initialize(amount:, count:) ⇒ Object
constructor
Some parameter documentations has been truncated, see Value for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(amount:, count:) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::AuthRules::V2RetrieveFeaturesResponse::Feature::Value for more details.
|
|
# File 'lib/lithic/models/auth_rules/v2_retrieve_features_response.rb', line 168
|
Instance Attribute Details
#amount ⇒ Integer
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
159 |
# File 'lib/lithic/models/auth_rules/v2_retrieve_features_response.rb', line 159 required :amount, Integer |
#count ⇒ Integer
Number of velocity impacting transactions matching the given scope, period and filters
166 |
# File 'lib/lithic/models/auth_rules/v2_retrieve_features_response.rb', line 166 required :count, Integer |