Class: Increase::Models::CardDispute::Loss
- Defined in:
- lib/increase/models/card_dispute.rb
Instance Attribute Summary collapse
-
#card_dispute_id ⇒ String
The identifier of the Card Dispute that was lost.
-
#explanation ⇒ String
Why the Card Dispute was lost.
-
#lost_at ⇒ String
The ISO 8601 date and time at which the Card Dispute was lost.
-
#transaction_id ⇒ String
The identifier of the Transaction that was created to debit the disputed funds from your account.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#card_dispute_id ⇒ String
The identifier of the Card Dispute that was lost.
82 |
# File 'lib/increase/models/card_dispute.rb', line 82 required :card_dispute_id, String |
#explanation ⇒ String
Why the Card Dispute was lost.
87 |
# File 'lib/increase/models/card_dispute.rb', line 87 required :explanation, String |
#lost_at ⇒ String
The ISO 8601 date and time at which the Card Dispute was lost.
92 |
# File 'lib/increase/models/card_dispute.rb', line 92 required :lost_at, String |
#transaction_id ⇒ String
The identifier of the Transaction that was created to debit the disputed funds from your account.
97 |
# File 'lib/increase/models/card_dispute.rb', line 97 required :transaction_id, String |