Class: MangoModel::DisputeDocumentType
- Inherits:
-
Object
- Object
- MangoModel::DisputeDocumentType
- Extended by:
- Enum
- Defined in:
- lib/mangopay/model/enum/dispute_document_type.rb
Overview
Dispute Document types enumeration
Constant Summary collapse
- DELIVERY_PROOF =
value 'DELIVERY_PROOF'
- INVOICE =
value 'INVOICE'
- REFUND_PROOF =
value 'REFUND_PROOF'
- USER_CORRESPONDANCE =
value 'USER_CORRESPONDANCE'
- USER_ACCEPTANCE_PROOF =
value 'USER_ACCEPTANCE_PROOF'
- PRODUCT_REPLACEMENT_PROOF =
value 'PRODUCT_REPLACEMENT_PROOF'
- OTHER =
value 'OTHER'