NAME
WebService::Braintree::Address
PURPOSE
This class creates, updates, deletes, and finds addresses.
CLASS METHODS
create()
This takes a hashref of parameters and returns a response with the address() set.
find()
This takes a customer_id and an address_id and returns a response with the address() set (if found).
update()
This takes a customer_id, an address_id, and a hashref of parameters. It will update the corresponding address (if found) and return a response with the updated address() (if found).
delete()
This takes a customer_id and an address_id and deletes the corresponding address (if found). It returns a response.