Class: GenesisRuby::Api::Constants::Transactions::Parameters::SourceOfFunds

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

Overview

Source of Funds

Constant Summary collapse

CREDIT =

Source of Funds Credit

'credit'
DEBIT =

Source of Funds Debit

'debit'
PREPAID =

Source of Funds Prepaid

'prepaid'
CASH =

Source of Funds Cash

'cash'
OTHER_DEBIT_ACCOUNT =

Source of Funds Other Debit Account

'other_debit_account'
OTHER_CREDIT_ACCOUNT =

Source of funds Other Credit Account

'other_credit_account'

Method Summary

Methods included from Mixins::Constants::Common

all, valid?