Class: MangoModel::SettlementTransfer
- Inherits:
-
Transfer
- Object
- EntityBase
- Transaction
- Transfer
- MangoModel::SettlementTransfer
- 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
Instance Attribute Summary collapse
-
#repudiation_id ⇒ Object
- String
-
ID of the associated repudiation transaction.
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
Method Summary
Methods included from MangoPay::Jsonifier
Methods included from NonInstantiable
Instance Attribute Details
#repudiation_id ⇒ Object
- 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 |