Class: MangoModel::RefundReason

Inherits:
Object
  • Object
show all
Includes:
MangoPay::Jsonifier
Defined in:
lib/mangopay/model/refund_reason.rb

Overview

Reason for a refund

Constant Summary

Constants included from MangoPay::Jsonifier

MangoPay::Jsonifier::LOG

Instance Attribute Summary collapse

Method Summary

Methods included from MangoPay::Jsonifier

#dejsonify, #jsonify!

Instance Attribute Details

#refused_reason_messageObject

String

Message accompanying a refusal



13
14
15
# File 'lib/mangopay/model/refund_reason.rb', line 13

def refused_reason_message
  @refused_reason_message
end

#refused_reason_typeObject

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