Class: MangoModel::Repudiation
- Inherits:
-
Transaction
- Object
- EntityBase
- Transaction
- MangoModel::Repudiation
- 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
Instance Attribute Summary collapse
-
#initial_transaction_id ⇒ Object
- String
-
ID of the initial transaction.
-
#initial_transaction_type ⇒ Object
- TransactionType
-
Type of the initial 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
#initial_transaction_id ⇒ Object
- 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_type ⇒ Object
- 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 |