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

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

Overview

Money Transfer Source of Funds

Constant Summary collapse

CURRENT_ACCOUNT =

Current account

'current_account'
CREDIT_CARD =

Credit card

'credit_card'
SAVINGS_ACCOUNT =

Savings account

'savings_account'
DEPOSIT_ACCOUNT =

Deposit account

'deposit_account'
CASH =

Cash

'cash'
PREPAID =

Prepaid

'prepaid'
OTHER_DEBIT_ACCOUNT =

Other debit account

'other_debit_account'
OTHER_CREDIT_ACCOUNT =

Other credit account

'other_credit_account'

Method Summary

Methods included from Mixins::Constants::Common

all, valid?