Sha256: 5e0c0d05a0db63b5e97afc8108d71cab4da9db1f9f3a1ef085dd1fe25e617347
Contents?: true
Size: 583 Bytes
Versions: 42
Compression:
Stored size: 583 Bytes
Contents
module Braintree class UsBankAccountVerificationSearch < AdvancedSearch # :nodoc: text_fields( :id, :account_holder_name, :routing_number, :payment_method_token, :customer_id, :customer_email, ) multiple_value_field :verification_method, :allows => UsBankAccountVerification::VerificationMethod::All multiple_value_field :status, :allows => UsBankAccountVerification::Status::All multiple_value_field :ids ends_with_fields :account_number range_fields :created_at equality_fields :account_type end end
Version data entries
42 entries across 42 versions & 1 rubygems