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.45.0 lib/braintree/subscription_search.rb
braintree-2.44.0 lib/braintree/subscription_search.rb
braintree-2.43.0 lib/braintree/subscription_search.rb
braintree-2.42.0 lib/braintree/subscription_search.rb
braintree-2.41.0 lib/braintree/subscription_search.rb
braintree-2.40.0 lib/braintree/subscription_search.rb
braintree-2.39.0 lib/braintree/subscription_search.rb
braintree-2.38.0 lib/braintree/subscription_search.rb
braintree-2.37.0 lib/braintree/subscription_search.rb
braintree-2.36.0 lib/braintree/subscription_search.rb
braintree-2.35.0 lib/braintree/subscription_search.rb
braintree-2.34.1 lib/braintree/subscription_search.rb
braintree-2.34.0 lib/braintree/subscription_search.rb
braintree-2.33.1 lib/braintree/subscription_search.rb
braintree-2.33.0 lib/braintree/subscription_search.rb
braintree-2.32.1 lib/braintree/subscription_search.rb
braintree-2.31.0 lib/braintree/subscription_search.rb
braintree-2.30.2 lib/braintree/subscription_search.rb
braintree-2.30.0 lib/braintree/subscription_search.rb
braintree-2.29.0 lib/braintree/subscription_search.rb