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

Inherits:
Object
  • Object
show all
Extended by:
Mixins::Constants::Common
Defined in:
lib/genesis_ruby/api/constants/transactions/parameters/managed_recurring/modes.rb

Overview

Modes indicates whether merchant will manage manual or automatic recurring transactions

Constant Summary collapse

AUTOMATIC =

Mode AUTOMATIC

'automatic'
MANUAL =

Mode MANUAL

'manual'

Method Summary

Methods included from Mixins::Constants::Common

all, valid?