Class: MangoModel::Repudiation

Inherits:
Transaction show all
Includes:
MangoPay::Jsonifier
Defined in:
lib/mangopay/model/entity/repudiation.rb

Overview

Repudiation entity A Repudiation is created when a user has requested a chargeback for a pay-in and the bank has withdrawn the funds from MangoPay automatically. A repudiation is always linked to a dispute.

Constant Summary

Constants included from MangoPay::Jsonifier

MangoPay::Jsonifier::LOG

Instance Attribute Summary collapse

Attributes inherited from Transaction

#author_id, #credited_funds, #credited_user_id, #credited_wallet_id, #debited_funds, #debited_wallet_id, #execution_date, #fees, #nature, #result_code, #result_message, #status, #type

Attributes inherited from EntityBase

#creation_date, #id, #tag

Method Summary

Methods included from MangoPay::Jsonifier

#dejsonify, #jsonify!

Methods included from NonInstantiable

#initialize

Instance Attribute Details

#initial_transaction_idObject

String

ID of the initial transaction



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

def initial_transaction_id
  @initial_transaction_id
end

#initial_transaction_typeObject

TransactionType

Type of the initial transaction



16
17
18
# File 'lib/mangopay/model/entity/repudiation.rb', line 16

def initial_transaction_type
  @initial_transaction_type
end