NAME
WebService::Braintree::CreditCardVerificationSearch
PURPOSE
This class represents a search for credit card verifications.
FIELDS
id
This is a text field. It will restrict the search to a specific id.
ids
This is a multiple-values field. It will restrict the search to a list of specific ids.
credit_card_cardholder_name
This is a text field. It will restrict the search to verifications for credit cards with a specific cardholder name.
credit_card_expiration_date
This is an equality field. It will restrict the search to verifications for credit cards with a specific expiration date.
credit_card_number
This is a partial-match field. It will restrict the search to verifications for credit cards with a specific card number.
credit_card_card_type
This is a multiple-values field. It will restrict the search to verifications for credit cards within the list of provided card types. The card types must be within this list.
created_at
This is a range field. It will restrict the search to verifications created between the two dates.