Module: OFX::FFI

Extended by:
FFI::Library
Defined in:
lib/ofx/ffi.rb,
lib/ofx/ffi/valid_access.rb

Defined Under Namespace

Modules: ValidAccess Classes: AccountData, TransactionData

Constant Summary collapse

AccountType =
enum :checking, :savings, :money_market, :credit_line,
:cma, :credit_card, :investment
TransactionType =
enum :credit, :debit, :interest, :dividend, :fee,
:service_change, :deposit, :atm, :point_of_sale,
:transfer, :check, :payment, :cash_withdrawal,
:direct_deposit, :direct_debit, :repeat_payment,
:other