Sha256: 4292b2fab151861deaed0bcbd2a6275768eac54dd7f046b8a98591aa7499c7fa
Contents?: true
Size: 719 Bytes
Versions: 95
Compression:
Stored size: 719 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 # @!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
95 entries across 95 versions & 1 rubygems