Class: Increase::Models::Transaction::Source::CardDisputeAcceptance
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Transaction::Source::CardDisputeAcceptance
- Defined in:
- lib/increase/models/transaction.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.
396 |
# File 'lib/increase/models/transaction.rb', line 396 required :accepted_at, String |
#card_dispute_id ⇒ String
The identifier of the Card Dispute that was accepted.
401 |
# File 'lib/increase/models/transaction.rb', line 401 required :card_dispute_id, String |
#transaction_id ⇒ String
The identifier of the Transaction that was created to return the disputed funds to your account.
406 |
# File 'lib/increase/models/transaction.rb', line 406 required :transaction_id, String |