NAME
WebService::Braintree::MerchantAccount
PURPOSE
This class creates, updates, deletes, and finds merchant accounts.
create()
This takes a hashref of parameters and returns a response with the merchant_account()
set.
find()
This takes a merchant_account_id and returns a response with the merchant_account()
set (if found).
all()
This returns a collection of all merchant accounts.
update()
This takes a merchant_account_id and a hashref of parameters. It will update the corresponding merchant account (if found) and return a response with the merchant_account()
set.