NAME

WebService::Braintree::Dispute

PURPOSE

This class represents a dispute.

CLASS METHODS

accept

This takes a dispute_id, marks it as accepted, and returns a response (if found).

finalize

This takes a dispute_id, marks it as finalized, and returns a response (if found).

add_file_evidence

This takes a dispute_id and a document_upload_id|WebService::Braintree::DocumentUpload, adds the upload to the dispute, and returns a response (if found) with the evidence() set.

add_text_evidence

This takes a dispute_id and a comment, adds the comment to the dispute, and returns a response (if found) with the evidence() set.

remove_evidence

This takes a dispute_id and an evidence_id, removes the evidence from the dispute, and returns a response (if found).

find

This takes a dispute_id and returns a response with the dispute() set.

search()

This takes a subref which is used to set the search parameters and returns a collection of the matching customers.

Please see Searching for more information on the subref and how it works.

Please see WebService::Braintree::DisputeSearch for more