Class: MangoModel::DisputeReason
- Inherits:
-
Object
- Object
- MangoModel::DisputeReason
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/dispute_reason.rb
Overview
Reason of a dispute
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#dispute_reason_message ⇒ Object
- String
-
Explanation of the dispute reason.
-
#dispute_reason_type ⇒ Object
- DisputeReasonType
-
Type of reason for the dispute.
Method Summary
Methods included from MangoPay::Jsonifier
Instance Attribute Details
#dispute_reason_message ⇒ Object
- String
-
Explanation of the dispute reason
13 14 15 |
# File 'lib/mangopay/model/dispute_reason.rb', line 13 def @dispute_reason_message end |
#dispute_reason_type ⇒ Object
- DisputeReasonType
-
Type of reason for the dispute
10 11 12 |
# File 'lib/mangopay/model/dispute_reason.rb', line 10 def dispute_reason_type @dispute_reason_type end |