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

NAME

WebService::Braintree::_::Disbursement

PURPOSE

This class represents a disbursement.

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

ATTRIBUTES

amount()

This is the amount for this disbursement.

disbursement_date()

This is the date of disbursement.

exception_message()

This is the exception message for this disbursement.

follow_up_action()

This is the follow-up action for this disbursement.

id()

This is the id for this disbursement.

merchant_account()

This is the merchant_account for this disbursement. This will be an object of type "" in WebService::Braintree::_::MerchantAccount.

retry()

This is the retry for this disbursement.

success()

This is the success for this disbursement.

transaction_ids()

This is the transaction ids for this disbursement.

METHODS

is_valid()

This returns true if there is a "disbursement_date".

transactions()

This returns all the transactions referenced in this disbursement's "transaction_ids".