Sha256: 2f09eee4b3896982a44dfec7a8fcf50b7dd03901cfb5c2128f7c75d1a7b98d29

Contents?: true

Size: 651 Bytes

Versions: 13

Compression:

Stored size: 651 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
    )

    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

13 entries across 13 versions & 1 rubygems

Version Path
braintree-2.13.4 lib/braintree/customer_search.rb
braintree-2.13.3 lib/braintree/customer_search.rb
braintree-2.13.2 lib/braintree/customer_search.rb
braintree-2.13.1 lib/braintree/customer_search.rb
braintree-2.10.3 lib/braintree/customer_search.rb
braintree-2.13.0 lib/braintree/customer_search.rb
braintree-2.12.0 lib/braintree/customer_search.rb
braintree-2.11.0 lib/braintree/customer_search.rb
braintree-2.10.2 lib/braintree/customer_search.rb
braintree-2.10.1 lib/braintree/customer_search.rb
braintree-2.10.0 lib/braintree/customer_search.rb
braintree-2.9.1 lib/braintree/customer_search.rb
braintree-2.8.0 lib/braintree/customer_search.rb