Class: Sink::Models::FundingAccount::State

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

Overview

State of funding source.

Funding source states:

  • ‘ENABLED` - The funding account is available to use for card creation and transactions.

  • ‘PENDING` - The funding account is still being verified e.g. bank micro-deposits verification.

  • ‘DELETED` - The founding account has been deleted.

Constant Summary collapse

ENABLED =
:ENABLED
PENDING =
:PENDING
DELETED =
:DELETED