NAME
WebService::Braintree::EuropeBankAccount
PURPOSE
This class finds Europe Bank Account payment methods.
CLASS METHODS
find()
This takes a token and returns the Europe Bank account (if it exists).
sale()
This takes a token and an optional hashref of parameters and creates a sale transaction on the provided token.
NOTES
Most of the classes normally used in WebService::Braintree inherit from "" in WebService::Braintree::ResultObject. This class, however, inherits from "" in WebService::Braintree::PaymentMethod. The primary benefit of this is that these objects have a token()
attribute.