Class: Increase::Models::CardDispute::Win
- Defined in:
- lib/increase/models/card_dispute.rb
Instance Attribute Summary collapse
-
#card_dispute_id ⇒ String
The identifier of the Card Dispute that was won.
-
#won_at ⇒ String
The ISO 8601 date and time at which the Card Dispute was won.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#card_dispute_id ⇒ String
The identifier of the Card Dispute that was won.
121 |
# File 'lib/increase/models/card_dispute.rb', line 121 required :card_dispute_id, String |
#won_at ⇒ String
The ISO 8601 date and time at which the Card Dispute was won.
126 |
# File 'lib/increase/models/card_dispute.rb', line 126 required :won_at, String |