NAME
WebService::Braintree::CustomerSearch
PURPOSE
This class represents a search for customers.
This class should never be instantiated directly. Instead, you will access objects of this class through the search interface.
FIELDS
address_country_name
This is a text field. It will restrict the search to a specific country name.
address_extended_address
This is a text field. It will restrict the search to a specific extended address.
address_first_name
This is a text field. It will restrict the search to a specific first name on the address.
address_last_name
This is a text field. It will restrict the search to a specific last name on the address.
address_locality
This is a text field. It will restrict the search to a specific locality.
address_postal_code
This is a text field. It will restrict the search to a specific postal code.
address_region
This is a text field. It will restrict the search to a specific region.
address_street_address
This is a text field. It will restrict the search to a specific street address.
cardholder_name
This is a text field. It will restrict the search to a specific cardholder name.
company
This is a text field. It will restrict the search to a specific company.
created_at
This is a range field. It will restrict the search to customers created between the two dates.
credit_card_expiration_date
This is an equality field. It will restrict the search to customers with credit cards with a specific expiration date.
credit_card_number
This is a partial-match field. It will restrict the search to customers with credit cards containing a specific card number.
This is a text field. It will restrict the search to a specific email.
fax
This is a text field. It will restrict the search to a specific fax.
first_name
This is a text field. It will restrict the search to a specific first name.
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.
last_name
This is a text field. It will restrict the search to a specific last name.
payment_method_token
This is a text field. It will restrict the search to a specific payment method token.
payment_method_token_with_duplicates
This is an is field. It will restrict the search to cusotmers with a specific payment method token.
paypal_account_email
This is a text field. It will restrict the search to a specific paypal account email.
phone
This is a text field. It will restrict the search to a specific phone.
website
This is a text field. It will restrict the search to a specific website.