Sha256: f2a937d37aec5b50b2eef0e2767832b611ba078cf0ca70697d7f138302afb002
Contents?: true
Size: 1022 Bytes
Versions: 1
Compression:
Stored size: 1022 Bytes
Contents
module Braintree class DisputeSearch < AdvancedSearch # :nodoc: text_fields( :case_number, :customer_id, :id, :reference_number, :transaction_id, ) # NEXT_MAJOR_VERSION Remove this attribute # DEPRECATED The chargeback_protection_level attribute is deprecated in favor of protection_level multiple_value_field :chargeback_protection_level, :allows => Dispute::ChargebackProtectionLevel::All multiple_value_field :protection_level, :allows => Dispute::ProtectionLevel::All multiple_value_field :kind, :allows => Dispute::Kind::All multiple_value_field :merchant_account_id multiple_value_field :reason, :allows => Dispute::Reason::All multiple_value_field :reason_code multiple_value_field :status, :allows => Dispute::Status::All multiple_value_field :transaction_source range_fields( :amount_disputed, :amount_won, :disbursement_date, :effective_date, :received_date, :reply_by_date, ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
braintree-4.9.0 | lib/braintree/dispute_search.rb |