RuleStats

class RuleStats

Types

Link copied to clipboard
class Builder

A builder for RuleStats.

Link copied to clipboard
object Companion
Link copied to clipboard
class Example

Functions

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of approved.

Link copied to clipboard

Returns the raw JSON value of challenged.

Link copied to clipboard

Returns the raw JSON value of declined.

Link copied to clipboard

Returns the raw JSON value of examples.

Link copied to clipboard

Returns the raw JSON value of version.

Link copied to clipboard
fun approved(): Long?

The total number of historical transactions approved by this rule during the relevant period, or the number of transactions that would have been approved if the rule was evaluated in shadow mode.

Link copied to clipboard

The total number of historical transactions challenged by this rule during the relevant period, or the number of transactions that would have been challenged if the rule was evaluated in shadow mode. Currently applicable only for 3DS Auth Rules.

Link copied to clipboard
fun declined(): Long?

The total number of historical transactions declined by this rule during the relevant period, or the number of transactions that would have been declined if the rule was evaluated in shadow mode.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard

Example events and their outcomes.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
Link copied to clipboard
fun version(): Long?

The version of the rule, this is incremented whenever the rule's parameters change.