Sha256: a3b0dbf7adbe6c1d5f41ead92b51f455b569f420e737dd08dae12a4e48c59758

Contents?: true

Size: 1.05 KB

Versions: 11

Compression:

Stored size: 1.05 KB

Contents

# This file is automatically created by Recurly's OpenAPI generation process
# and thus any edits you make by hand will be lost. If you wish to make a
# change to this file, please create a Github issue explaining the changes you
# need and we will usher them to the appropriate places.
module Recurly
  module Resources
    class TransactionFraudInfo < Resource

      # @!attribute decision
      #   @return [String] Kount decision
      define_attribute :decision, String

      # @!attribute object
      #   @return [String] Object type
      define_attribute :object, String

      # @!attribute reference
      #   @return [String] Kount transaction reference ID
      define_attribute :reference, String

      # @!attribute risk_rules_triggered
      #   @return [Array[FraudRiskRule]] A list of fraud risk rules that were triggered for the transaction.
      define_attribute :risk_rules_triggered, Array, { :item_type => :FraudRiskRule }

      # @!attribute score
      #   @return [Integer] Kount score
      define_attribute :score, Integer
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
recurly-4.56.0 lib/recurly/resources/transaction_fraud_info.rb
recurly-4.55.0 lib/recurly/resources/transaction_fraud_info.rb
recurly-4.54.0 lib/recurly/resources/transaction_fraud_info.rb
recurly-4.53.0 lib/recurly/resources/transaction_fraud_info.rb
recurly-4.52.0 lib/recurly/resources/transaction_fraud_info.rb
recurly-4.49.0 lib/recurly/resources/transaction_fraud_info.rb
recurly-4.48.1 lib/recurly/resources/transaction_fraud_info.rb
recurly-4.48.0 lib/recurly/resources/transaction_fraud_info.rb
recurly-4.47.0 lib/recurly/resources/transaction_fraud_info.rb
recurly-4.46.0 lib/recurly/resources/transaction_fraud_info.rb
recurly-4.45.0 lib/recurly/resources/transaction_fraud_info.rb