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

NAME

WebService::Braintree::CreditCardVerification

PURPOSE

This class searches, lists, and finds credit card verifications.

CLASS METHODS

search()

This takes a subref which is used to set the search parameters and returns a credit card verification object.

Please see Searching for more information on the subref and how it works.

all()

This returns all the credit card verifications.

find()

This takes a token and returns the credit card verification associated with that token.

create()

This takes a hashref of parameters and returns the credit card verification created.

OBJECT METHODS

UNKNOWN

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