Class: CheckoutSdk::Accounts::RollingReserveRule
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::RollingReserveRule
- Defined in:
- lib/checkout_sdk/accounts/rolling_reserve_rule.rb
Overview
Rolling reserve rule parameters.
Instance Attribute Summary collapse
- #holding_duration ⇒ ReserveRuleHoldingDuration
-
#percentage ⇒ Float
Min 0, max 100.
Instance Attribute Details
#holding_duration ⇒ ReserveRuleHoldingDuration
11 12 13 |
# File 'lib/checkout_sdk/accounts/rolling_reserve_rule.rb', line 11 class RollingReserveRule attr_accessor :percentage, :holding_duration end |
#percentage ⇒ Float
Returns Min 0, max 100.
11 12 13 |
# File 'lib/checkout_sdk/accounts/rolling_reserve_rule.rb', line 11 class RollingReserveRule attr_accessor :percentage, :holding_duration end |