Class: GenesisRuby::Api::Constants::Transactions::Parameters::Wpf::ReminderChannels

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

Overview

Channel for sending WPF reminder. Valid values are ’email’ and ’sms’

Constant Summary collapse

EMAIL =

Channel email

'email'
SMS =

Channel sms

'sms'

Method Summary

Methods included from Mixins::Constants::Common

all, valid?