The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Braintree::_::Dispute

PURPOSE

This class represents a dispute.

This class will only be created as part of a response or error response.

ATTRIBUTES

amount()

This returns the dispute's amount.

amount_disputed()

This returns the dispute's amount disputed.

amount_won()

This returns the dispute's amount won.

case_number()

This returns the dispute's case number.

created_at()

This returns when this dispute was created.

currency_iso_code()

This returns the dispute's currency ISO code.

date_opened()

This returns when this dispute was opened.

date_won()

This returns when this dispute was won.

evidence()

This returns the dispute's evidence (if it exists). This will be an arrayref of "" in WebService::Braintree::_::Dispute::Evidence.

forwarded_comments()

This returns the dispute's forwarded comments.

id()

This returns the dispute's ID.

kind()

This returns the dispute's kind.

merchant_account_id()

This returns the dispute's merchant account ID.

original_dispute_id()

This returns the dispute's original dispute ID.

processor_comments()

This returns the dispute's processor comments.

reason()

This returns the dispute's reason.

reason_code()

This returns the dispute's reason code.

reason_description()

This returns the dispute's reason description.

received_date()

This returns when this dispute was received.

reference_number()

This returns the dispute's reference number.

reply_by_date()

This returns when this dispute must be replied to.

status()

This returns the dispute's status.

status_history()

This returns the dispute's status history. This will be an arrayref of "" in WebService::Braintree::_::Dispute::Evidence.

transaction()

This returns the dispute's transaction. This will be an object of type "" in WebService::Braintree::_::Dispute::Transaction.

transaction_details()

This returns the dispute's transaction details. This will be an object of type "" in WebService::Braintree::_::Dispute::TransactionDetails.

updated_at()

This returns when this dispute was last updated.