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 collection of the matching verifications.
Please see Searching for more information on the subref and how it works.
Please see WebService::Braintree::CreditCardVerificationSearch for more information on what specfic fields you can set for this method.
all()
This returns a collection of all verifications.
find()
This takes a token and returns a response with the credit_card_verification()
set (if found).
create()
This takes a hashref of parameters and returns a response with the credit_card_verification()
set.