Class: MangoModel::SettlementTransfer

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

Overview

Settlement Transfer entity A Settlement Transfer is a transfer that can be used to settle the credit from a repudiation following a lost dispute (to impact the balance of the original wallet and settle the credit in your client credit wallet).

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

#repudiation_idObject

String

ID of the associated repudiation transaction



15
16
17
# File 'lib/mangopay/model/entity/settlement_transfer.rb', line 15

def repudiation_id
  @repudiation_id
end