Sha256: 67b0bf49871550bff696c3c7e3b40d10377abc374ea77257000313ec2c1a3888

Contents?: true

Size: 437 Bytes

Versions: 69

Compression:

Stored size: 437 Bytes

Contents

module Braintree
  class SubscriptionSearch < AdvancedSearch  # :nodoc:
    multiple_value_field :in_trial_period
    multiple_value_field :ids
    text_fields :id, :transaction_id
    multiple_value_or_text_field :plan_id
    multiple_value_field :status, :allows => Subscription::Status::All
    multiple_value_field :merchant_account_id
    range_fields :price, :days_past_due, :billing_cycles_remaining, :next_billing_date
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
braintree-2.28.0 lib/braintree/subscription_search.rb
braintree-2.27.1 lib/braintree/subscription_search.rb
braintree-2.27.0 lib/braintree/subscription_search.rb
braintree-2.26.0 lib/braintree/subscription_search.rb
braintree-2.25.0 lib/braintree/subscription_search.rb
braintree-2.24.0 lib/braintree/subscription_search.rb
braintree-2.23.0 lib/braintree/subscription_search.rb
braintree-2.22.0 lib/braintree/subscription_search.rb
braintree-2.21.0 lib/braintree/subscription_search.rb
braintree-2.20.0 lib/braintree/subscription_search.rb
braintree-2.19.0 lib/braintree/subscription_search.rb
braintree-2.18.0 lib/braintree/subscription_search.rb
braintree-2.17.0 lib/braintree/subscription_search.rb
braintree-2.16.0 lib/braintree/subscription_search.rb
braintree-2.15.0 lib/braintree/subscription_search.rb
braintree-2.14.0 lib/braintree/subscription_search.rb
braintree-2.13.4 lib/braintree/subscription_search.rb
braintree-2.13.3 lib/braintree/subscription_search.rb
braintree-2.13.2 lib/braintree/subscription_search.rb
braintree-2.13.1 lib/braintree/subscription_search.rb