Class: CheckoutSdk::Accounts::ReserveRuleHoldingDuration

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/accounts/reserve_rule_holding_duration.rb

Overview

The length of time a rolling reserve collateral balance is held for.

Instance Attribute Summary collapse

Instance Attribute Details

#weeksInteger

Returns Min 2, max 104.

Returns:

  • (Integer)

    Min 2, max 104.



9
10
11
# File 'lib/checkout_sdk/accounts/reserve_rule_holding_duration.rb', line 9

class ReserveRuleHoldingDuration
  attr_accessor :weeks
end