class MangoModel::Dispute
Dispute
entity The Dispute
object is used when a user requests a chargeback of a transaction to their bank. In turn, their bank withdraws the funds from MangoPay
, and MangoPay
will then repudiate the required funds from your client credit wallet.
Attributes
contest_deadline_date[RW]
- Integer
-
The deadline by which the dispute must be contested,
if necessary (UNIX timestamp)
contested_funds[RW]
Money
-
The funds wished to be contested
dispute_reason[RW]
DisputeReason
-
Its reason
dispute_type[RW]
DisputeType
-
Its type
disputed_funds[RW]
Money
-
The funds that were disputed
initial_transaction_id[RW]
- String
-
The initial transaction's ID
initial_transaction_type[RW]
TransactionType
-
The initial transaction's type
repudiation_id[RW]
- String
-
ID of the associated repudiation transaction
result_code[RW]
- String
-
Its result code
result_message[RW]
{String] Explanation of its result
status[RW]
DisputeStatus
-
Its status
status_message[RW]
- String
-
Explanation of the status