Class: Increase::Models::Transaction::Source::CardDisputeLoss

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/transaction.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#card_dispute_idString

The identifier of the Card Dispute that was lost.

Returns:

  • (String)


413
# File 'lib/increase/models/transaction.rb', line 413

required :card_dispute_id, String

#explanationString

Why the Card Dispute was lost.

Returns:

  • (String)


418
# File 'lib/increase/models/transaction.rb', line 418

required :explanation, String

#lost_atString

The ISO 8601 date and time at which the Card Dispute was lost.

Returns:

  • (String)


423
# File 'lib/increase/models/transaction.rb', line 423

required :lost_at, String

#transaction_idString

The identifier of the Transaction that was created to debit the disputed funds from your account.

Returns:

  • (String)


428
# File 'lib/increase/models/transaction.rb', line 428

required :transaction_id, String