You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param adjustment [Lithic::Models::AuthRules::ConditionalAuthorizationAdjustmentParameters::Adjustment] The hold adjustment to apply if the conditions are met
19
+
# @!method initialize(action:, conditions:)
20
+
# @param action [Lithic::Models::AuthRules::ConditionalAuthorizationAdjustmentParameters::Action] The hold adjustment to apply if the conditions are met.
# The hold adjustment to apply if the conditions are met
54
+
# The hold adjustment to apply if the conditions are met.
57
55
#
58
-
# @param mode [Symbol, Lithic::Models::AuthRules::ConditionalAuthorizationAdjustmentParameters::Adjustment::Mode] The mode of the hold adjustment, determining how the value is interpreted:
56
+
# @param mode [Symbol, Lithic::Models::AuthRules::ConditionalAuthorizationAdjustmentParameters::Action::Mode] The mode of the hold adjustment, determining how the value is interpreted:
59
57
#
60
-
# @param type [Symbol, Lithic::Models::AuthRules::ConditionalAuthorizationAdjustmentParameters::Adjustment::Type] The type of adjustment to apply
58
+
# @param type [Symbol, Lithic::Models::AuthRules::ConditionalAuthorizationAdjustmentParameters::Action::Type] The type of adjustment to apply
61
59
#
62
60
# @param value [Integer] The value used for the hold adjustment, interpreted based on the mode
63
61
@@ -68,7 +66,7 @@ class Adjustment < Lithic::Internal::Type::BaseModel
68
66
# represents a 10% increase, 0 represents no change.
69
67
# - `ADD_AMOUNT`: The value is added to the hold amount in cents.
0 commit comments