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.

CLASS METHODS

This class is NOT an interface, so it does NOT have any class methods.

OBJECT METHODS

In addition to the methods provided by TODO, this class provides the following methods:

merchant_account()

This returns the merchant account associated with this notification (if any). This will be an object of type "" in WebService::Braintree::MerchantAccount.

transactions()

This returns the transactions associated with this disbursement. This is a wrapper around "search()" in WebService::Braintree::Transaction.

TODO

Need to document the keys and values that are returned
Need to document the required and optional input parameters
Need to document the possible errors/exceptions