Sha256: 1a57cfb377463bfa0ef4ddbf0fa04c5bf8e01853f76d04b0a5894edcd4e04db6

Contents?: true

Size: 733 Bytes

Versions: 83

Compression:

Stored size: 733 Bytes

Contents

module Braintree
  class CustomerSearch < AdvancedSearch # :nodoc:
    text_fields(
      :address_country_name,
      :address_extended_address,
      :address_first_name,
      :address_last_name,
      :address_locality,
      :address_postal_code,
      :address_region,
      :address_street_address,
      :cardholder_name,
      :company,
      :email,
      :fax,
      :first_name,
      :id,
      :last_name,
      :payment_method_token,
      :paypal_account_email,
      :phone,
      :website
    )

    is_fields :payment_method_token_with_duplicates

    equality_fields :credit_card_expiration_date

    partial_match_fields :credit_card_number

    multiple_value_field :ids

    range_fields :created_at
  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
braintree-2.89.0 lib/braintree/customer_search.rb
braintree-2.88.0 lib/braintree/customer_search.rb
braintree-2.87.0 lib/braintree/customer_search.rb
braintree-2.86.0 lib/braintree/customer_search.rb
braintree-2.85.0 lib/braintree/customer_search.rb
braintree-2.84.0 lib/braintree/customer_search.rb
braintree-2.83.0 lib/braintree/customer_search.rb
braintree-2.82.0 lib/braintree/customer_search.rb
braintree-2.81.0 lib/braintree/customer_search.rb
braintree-2.80.1 lib/braintree/customer_search.rb
braintree-2.80.0 lib/braintree/customer_search.rb
braintree-2.79.0 lib/braintree/customer_search.rb
braintree-2.78.0 lib/braintree/customer_search.rb
braintree-2.77.0 lib/braintree/customer_search.rb
braintree-2.76.0 lib/braintree/customer_search.rb
braintree-2.75.0 lib/braintree/customer_search.rb
braintree-2.74.0 lib/braintree/customer_search.rb
braintree-2.73.0 lib/braintree/customer_search.rb
braintree-2.72.0 lib/braintree/customer_search.rb
braintree-2.71.0 lib/braintree/customer_search.rb