Class: GenesisRuby::Api::Constants::Transactions::Parameters::ManagedRecurring::Intervals

Inherits:
Object
  • Object
show all
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'

Method Summary

Methods included from Mixins::Constants::Common

all, valid?