Class: MangoModel::RefundReason
- Inherits:
-
Object
- Object
- MangoModel::RefundReason
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/refund_reason.rb
Overview
Reason for a refund
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#refused_reason_message ⇒ Object
- String
-
Message accompanying a refusal.
-
#refused_reason_type ⇒ Object
- RefundReasonType
-
Type of reason for refusal.
Method Summary
Methods included from MangoPay::Jsonifier
Instance Attribute Details
#refused_reason_message ⇒ Object
- String
-
Message accompanying a refusal
13 14 15 |
# File 'lib/mangopay/model/refund_reason.rb', line 13 def @refused_reason_message end |
#refused_reason_type ⇒ Object
- RefundReasonType
-
Type of reason for refusal
10 11 12 |
# File 'lib/mangopay/model/refund_reason.rb', line 10 def refused_reason_type @refused_reason_type end |