Sha256: 13e5a20e2084bb4269707d599ec19255f418af1768be95cc2fa6558ad9d99d90

Contents?: true

Size: 439 Bytes

Versions: 8

Compression:

Stored size: 439 Bytes

Contents

module Braintree
  class SubscriptionSearch < AdvancedSearch
    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

8 entries across 8 versions & 1 rubygems

Version Path
braintree-4.23.0 lib/braintree/subscription_search.rb
braintree-4.22.0 lib/braintree/subscription_search.rb
braintree-4.21.0 lib/braintree/subscription_search.rb
braintree-4.20.0 lib/braintree/subscription_search.rb
braintree-4.19.0 lib/braintree/subscription_search.rb
braintree-4.18.0 lib/braintree/subscription_search.rb
braintree-4.17.0 lib/braintree/subscription_search.rb
braintree-4.16.0 lib/braintree/subscription_search.rb