class Braintree::Models::Dispute
- Braintree::Models::Dispute
- Reference
- Object
Defined in:
models/dispute.crConstructors
Class Method Summary
Instance Method Summary
- #amount : String
- #amount_disputed : String
- #amount_won : String
- #case_number : String
- #created_at : Time
- #currency_iso_code : String
- #date_opened : Time
- #date_won : Time | Nil
- #expand(source = "local")
- #full_transaction : Transaction | Nil
- #global_id : String
- #human_view(io = STDERR, expanded = false)
- #human_view_columns(table)
- #id : String
- #kind : String
- #machine_view(io = STDOUT, expanded = false)
- #merchant_account_id : String
- #original_dispute_id : String
- #output_fields(expanded = false)
- #processor_comments : String | Nil
- #processor_reply_by_date : Time
- #reason : String
- #reason_code : Int32
- #reason_description : String | Nil
- #received_date : Time | Nil
- #reference_number : String | Nil
- #reply_by_date : Time
- #response_deadline : Time
- #shallow_transaction : ShallowTransaction | Nil
- #status : String
- #store
- #transaction
- #updated_at : Time
- #xml : XML::Node | Nil