Class: Increase::Models::CardDispute::Loss

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/card_dispute.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)


82
# File 'lib/increase/models/card_dispute.rb', line 82

required :card_dispute_id, String

#explanationString

Why the Card Dispute was lost.

Returns:

  • (String)


87
# File 'lib/increase/models/card_dispute.rb', line 87

required :explanation, String

#lost_atString

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

Returns:

  • (String)


92
# File 'lib/increase/models/card_dispute.rb', line 92

required :lost_at, String

#transaction_idString

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

Returns:

  • (String)


97
# File 'lib/increase/models/card_dispute.rb', line 97

required :transaction_id, String