Class: Increase::Models::Transaction::Source::CardDisputeLoss
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Transaction::Source::CardDisputeLoss
- Defined in:
- lib/increase/models/transaction.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.
413 |
# File 'lib/increase/models/transaction.rb', line 413 required :card_dispute_id, String |
#explanation ⇒ String
Why the Card Dispute was lost.
418 |
# File 'lib/increase/models/transaction.rb', line 418 required :explanation, String |
#lost_at ⇒ String
The ISO 8601 date and time at which the Card Dispute was lost.
423 |
# File 'lib/increase/models/transaction.rb', line 423 required :lost_at, String |
#transaction_id ⇒ String
The identifier of the Transaction that was created to debit the disputed funds from your account.
428 |
# File 'lib/increase/models/transaction.rb', line 428 required :transaction_id, String |