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-3.3.0 lib/braintree/customer_search.rb
braintree-3.2.0 lib/braintree/customer_search.rb
braintree-3.1.0 lib/braintree/customer_search.rb
braintree-3.0.1 lib/braintree/customer_search.rb
braintree-2.104.1 lib/braintree/customer_search.rb
braintree-2.104.0 lib/braintree/customer_search.rb
braintree-2.103.0 lib/braintree/customer_search.rb
braintree-2.102.0 lib/braintree/customer_search.rb
braintree-2.101.0 lib/braintree/customer_search.rb
braintree-2.100.0 lib/braintree/customer_search.rb
braintree-2.99.0 lib/braintree/customer_search.rb
braintree-2.98.0 lib/braintree/customer_search.rb
braintree-2.97.0 lib/braintree/customer_search.rb
braintree-2.96.0 lib/braintree/customer_search.rb
braintree-2.95.0 lib/braintree/customer_search.rb
braintree-2.94.0 lib/braintree/customer_search.rb
braintree-2.93.0 lib/braintree/customer_search.rb
braintree-2.92.0 lib/braintree/customer_search.rb
braintree-2.91.0 lib/braintree/customer_search.rb
braintree-2.90.0 lib/braintree/customer_search.rb