Class: Sink::Models::FundingAccount::Type

Inherits:
Enum
  • Object
show all
Defined in:
lib/sink/models/funding_account.rb

Overview

Types of funding source:

  • DEPOSITORY_CHECKING - Bank checking account.

  • DEPOSITORY_SAVINGS - Bank savings account.

Constant Summary collapse

DEPOSITORY_CHECKING =
:DEPOSITORY_CHECKING
DEPOSITORY_SAVINGS =
:DEPOSITORY_SAVINGS