Class: Increase::Models::CardDispute::Acceptance
- Defined in:
- lib/increase/models/card_dispute.rb
Instance Attribute Summary collapse
-
#accepted_at ⇒ String
The ISO 8601 date and time at which the Card Dispute was accepted.
-
#card_dispute_id ⇒ String
The identifier of the Card Dispute that was accepted.
-
#transaction_id ⇒ String
The identifier of the Transaction that was created to return the disputed funds to your account.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#accepted_at ⇒ String
The ISO 8601 date and time at which the Card Dispute was accepted.
65 |
# File 'lib/increase/models/card_dispute.rb', line 65 required :accepted_at, String |
#card_dispute_id ⇒ String
The identifier of the Card Dispute that was accepted.
70 |
# File 'lib/increase/models/card_dispute.rb', line 70 required :card_dispute_id, String |
#transaction_id ⇒ String
The identifier of the Transaction that was created to return the disputed funds to your account.
75 |
# File 'lib/increase/models/card_dispute.rb', line 75 required :transaction_id, String |