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.54.0 lib/braintree/customer_search.rb
braintree-2.50.0 lib/braintree/customer_search.rb
braintree-2.49.0 lib/braintree/customer_search.rb
braintree-2.48.1 lib/braintree/customer_search.rb
braintree-2.48.0 lib/braintree/customer_search.rb
braintree-2.47.0 lib/braintree/customer_search.rb
braintree-2.46.0 lib/braintree/customer_search.rb
braintree-2.45.0 lib/braintree/customer_search.rb
braintree-2.44.0 lib/braintree/customer_search.rb
braintree-2.43.0 lib/braintree/customer_search.rb
braintree-2.42.0 lib/braintree/customer_search.rb
braintree-2.41.0 lib/braintree/customer_search.rb
braintree-2.40.0 lib/braintree/customer_search.rb
braintree-2.39.0 lib/braintree/customer_search.rb
braintree-2.38.0 lib/braintree/customer_search.rb
braintree-2.37.0 lib/braintree/customer_search.rb
braintree-2.36.0 lib/braintree/customer_search.rb
braintree-2.35.0 lib/braintree/customer_search.rb
braintree-2.34.1 lib/braintree/customer_search.rb
braintree-2.34.0 lib/braintree/customer_search.rb