The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Braintree::DisputeSearch

PURPOSE

This class represents a search for disputes.

FIELDS

case_number

This is a text field. It will restrict the search to a specific case number.

id

This is a text field. It will restrict the search to a specific id.

reference_number

This is a text field. It will restrict the search to a specific reference number.

transaction_id

This is a text field. It will restrict the search to a specific transaction.

ids

This is a multiple-values field. It will restrict the search to a list of specific ids.

merchant_account_id

This is a multiple-values field. It will restrict the search to a list of specific merchant accounts.

reason

This is a multiple-values field. It will restrict the search to a list of specific reasons.

reason_code

This is a multiple-values field. It will restrict the search to a list of specific reason codes.

status

This is a multiple-values field. It will restrict the search to a list of specific statuses.

transaction_source

This is a multiple-values field. It will restrict the search to a list of specific transaction sources.

amount_disputed

This is a range field. It will restrict the search to disputes created between the amounts.

amount_won

This is a range field. It will restrict the search to disputes created between the amounts.

received_date

This is a range field. It will restrict the search to disputes created between the two dates.

reply_by_date

This is a range field. It will restrict the search to disputes created between the two dates.