Sha256: 065b334b1008a38b15a5bf69332f7ca8d7a99855b75e7646f08230b888e01a19

Contents?: true

Size: 704 Bytes

Versions: 20

Compression:

Stored size: 704 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,
      :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

20 entries across 20 versions & 1 rubygems

Version Path
braintree-2.31.0 lib/braintree/customer_search.rb
braintree-2.30.2 lib/braintree/customer_search.rb
braintree-2.30.0 lib/braintree/customer_search.rb
braintree-2.29.0 lib/braintree/customer_search.rb
braintree-2.28.0 lib/braintree/customer_search.rb
braintree-2.27.1 lib/braintree/customer_search.rb
braintree-2.27.0 lib/braintree/customer_search.rb
braintree-2.26.0 lib/braintree/customer_search.rb
braintree-2.25.0 lib/braintree/customer_search.rb
braintree-2.24.0 lib/braintree/customer_search.rb
braintree-2.23.0 lib/braintree/customer_search.rb
braintree-2.22.0 lib/braintree/customer_search.rb
braintree-2.21.0 lib/braintree/customer_search.rb
braintree-2.20.0 lib/braintree/customer_search.rb
braintree-2.19.0 lib/braintree/customer_search.rb
braintree-2.18.0 lib/braintree/customer_search.rb
braintree-2.17.0 lib/braintree/customer_search.rb
braintree-2.16.0 lib/braintree/customer_search.rb
braintree-2.15.0 lib/braintree/customer_search.rb
braintree-2.14.0 lib/braintree/customer_search.rb