Class: MangoModel::DepositType

Inherits:
Object
  • Object
show all
Extended by:
Enum
Defined in:
lib/mangopay/model/enum/deposit_type.rb

Overview

Bank account deposit type enumeration

Constant Summary collapse

CHECKING =

Checking account deposit type

value 'CHECKING'
SAVINGS =

Savings account deposit type

value 'SAVINGS'

Method Summary

Methods included from Enum

extended, value_of