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.66.0 lib/braintree/subscription_search.rb
braintree-2.65.0 lib/braintree/subscription_search.rb
braintree-2.64.0 lib/braintree/subscription_search.rb
braintree-2.63.0 lib/braintree/subscription_search.rb
braintree-2.62.0 lib/braintree/subscription_search.rb
braintree-2.61.1 lib/braintree/subscription_search.rb
braintree-2.61.0 lib/braintree/subscription_search.rb
braintree-2.60.0 lib/braintree/subscription_search.rb
braintree-2.59.0 lib/braintree/subscription_search.rb
braintree-2.58.0 lib/braintree/subscription_search.rb
braintree-2.57.0 lib/braintree/subscription_search.rb
braintree-2.56.0 lib/braintree/subscription_search.rb
braintree-2.55.0 lib/braintree/subscription_search.rb
braintree-2.54.0 lib/braintree/subscription_search.rb
braintree-2.50.0 lib/braintree/subscription_search.rb
braintree-2.49.0 lib/braintree/subscription_search.rb
braintree-2.48.1 lib/braintree/subscription_search.rb
braintree-2.48.0 lib/braintree/subscription_search.rb
braintree-2.47.0 lib/braintree/subscription_search.rb
braintree-2.46.0 lib/braintree/subscription_search.rb