Class: Increase::Models::Transaction::Source::CardDisputeAcceptance

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

#accepted_atString

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

Returns:

  • (String)


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

required :accepted_at, String

#card_dispute_idString

The identifier of the Card Dispute that was accepted.

Returns:

  • (String)


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

required :card_dispute_id, String

#transaction_idString

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

Returns:

  • (String)


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

required :transaction_id, String