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.