Class: Increase::Models::CardDispute::Acceptance

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

#accepted_atString

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

Returns:

  • (String)


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

required :accepted_at, String

#card_dispute_idString

The identifier of the Card Dispute that was accepted.

Returns:

  • (String)


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

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)


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

required :transaction_id, String