The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

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