Module: Lithic::Models::AuthRules::ConditionalAuthorizationActionParameters::Condition::Parameters::Interval

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb

Overview

The time window for statistical attributes (‘AMOUNT_Z_SCORE`, `AVG_TRANSACTION_AMOUNT`, `STDEV_TRANSACTION_AMOUNT`). Use `LIFETIME` for all-time history or a specific window (`7D`, `30D`, `90D`).

See Also:

Constant Summary collapse

LIFETIME =
:LIFETIME
INTERVAL_7_D =
:"7D"
INTERVAL_30_D =
:"30D"
INTERVAL_90_D =
:"90D"

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info