Sha256: 0e784d988a39ee4819094dfe6c716faa3043ab51e17a3b8fc0e27662664d61f0

Contents?: true

Size: 778 Bytes

Versions: 1

Compression:

Stored size: 778 Bytes

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 FraudInfo < Resource

      # @!attribute decision
      #   @return [String] Kount decision
      define_attribute :decision, String, { :enum => ["approve", "review", "decline", "escalate"] }

      # @!attribute risk_rules_triggered
      #   @return [Hash] Kount rules
      define_attribute :risk_rules_triggered, Hash

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
recurly-3.0.0.beta.4 lib/recurly/resources/fraud_info.rb