Module: WithdrawalConstants

Defined in:
app/constants/withdrawal_constants.rb

Constant Summary collapse

STATUS_PENDING =
'pending'
STATUS_CONFIRMED =
'confirmed'
STATUS_CANCELLED =
'cancelled'