Class: UU::Finman::Account::AccountState

Inherits:
Object
  • Object
show all
Defined in:
lib/uu/finman/account/account_state.rb

Constant Summary

CANCELLED =

Account cancelled state. Value is CANCELLED

'CANCELLED'
CLOSED =

Account closed state. Value is CLOSED

'CLOSED'
ACTIVE =

Account active state. Value is ACTIVE

'ACTIVE'
ATTENTION =

Account attention state. Value is ATTENTION

'ATTENTION'
PROBLEM =

Account problem state. Value is PROBLEM

'PROBLEM'
PASSIVE =

Account suspended state. Value is PASSIVE

'PASSIVE'
FAILED =

Account failed state. Value is FAILED

'FAILED'