Class: GenesisRuby::Api::Constants::Transactions::Parameters::ManagedRecurring::Intervals
- Inherits:
-
Object
- Object
- GenesisRuby::Api::Constants::Transactions::Parameters::ManagedRecurring::Intervals
- Extended by:
- Mixins::Constants::Common
- Defined in:
- lib/genesis_ruby/api/constants/transactions/parameters/managed_recurring/intervals.rb
Overview
The interval type for the period: days or months. The default value is days
Constant Summary collapse
- DAYS =
Interval DAYS
'days'- MONTHS =
Interval MONTHS
'months'