Sha256: e318264f190ea5c571ff52d8ae5a52e1bd397de19cf01f7c4896929fb3f302f9

Contents?: true

Size: 450 Bytes

Versions: 64

Compression:

Stored size: 450 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 :created_at, :price, :days_past_due, :billing_cycles_remaining, :next_billing_date
  end
end

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
braintree-4.15.0 lib/braintree/subscription_search.rb
braintree-4.14.0 lib/braintree/subscription_search.rb
braintree-4.13.0 lib/braintree/subscription_search.rb
braintree-4.12.0 lib/braintree/subscription_search.rb
braintree-4.11.0 lib/braintree/subscription_search.rb
braintree-4.10.0 lib/braintree/subscription_search.rb
braintree-4.9.0 lib/braintree/subscription_search.rb
braintree-4.8.0 lib/braintree/subscription_search.rb
braintree-4.7.0 lib/braintree/subscription_search.rb
braintree-4.6.0 lib/braintree/subscription_search.rb
braintree-4.5.0 lib/braintree/subscription_search.rb
braintree-4.4.0 lib/braintree/subscription_search.rb
braintree-4.3.0 lib/braintree/subscription_search.rb
braintree-4.2.0 lib/braintree/subscription_search.rb
braintree-4.1.0 lib/braintree/subscription_search.rb
braintree-4.0.0 lib/braintree/subscription_search.rb
braintree-3.4.0 lib/braintree/subscription_search.rb
braintree-3.3.0 lib/braintree/subscription_search.rb
braintree-3.2.0 lib/braintree/subscription_search.rb
braintree-3.1.0 lib/braintree/subscription_search.rb