Class: MangoModel::MandateStatus
- Inherits:
-
Object
- Object
- MangoModel::MandateStatus
- Extended by:
- Enum
- Defined in:
- lib/mangopay/model/enum/mandate_status.rb
Overview
Mandate status enumeration
Constant Summary collapse
- CREATED =
The mandate has been created
value 'CREATED'
- SUBMITTED =
The mandate has been submitted to the banks and payments can now be done with this mandate
value 'SUBMITTED'
- ACTIVE =
The mandate is active and has been accepted by the banks and/or successfully used in a payment
value 'ACTIVE'
- FAILED =
The mandate has failed for one of a variety of reasons and is no longer available for payments
value 'FAILED'