Class: MangoModel::RefundReasonType
- Inherits:
-
Object
- Object
- MangoModel::RefundReasonType
- Extended by:
- Enum
- Defined in:
- lib/mangopay/model/enum/refund_reason_type.rb
Overview
Refund reason types enumeration
Constant Summary collapse
- INITIALIZED_BY_CLIENT =
value 'INITIALIZED_BY_CLIENT'
- BANKACCOUNT_INCORRECT =
value 'BANKACCOUNT_INCORRECT'
- OWNER_DOT_NOT_MATCH_BANKACCOUNT =
value 'OWNER_DOT_NOT_MATCH_BANKACCOUNT'
- BANKACCOUNT_HAS_BEEN_CLOSED =
value 'BANKACCOUNT_HAS_BEEN_CLOSED'
- WITHDRAWAL_IMPOSSIBLE_ON_SAVINGS_ACCOUNTS =
value 'WITHDRAWAL_IMPOSSIBLE_ON_SAVINGS_ACCOUNTS'
- OTHER =
value 'OTHER'