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

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.

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