DigitalPayFraudResponse

interface DigitalPayFraudResponse : Serializable

Functions

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

Properties

clientId
Link copied to clipboard

The fraud check client id. Will be null if the fraud check was skipped.

abstract val clientId: String
decision
Link copied to clipboard

The fraud check decision. Will be null if the fraud check was skipped.

abstract val decision: String
reasonCode
Link copied to clipboard

The fraud check reason code. Will be null if the fraud check was skipped.

abstract val reasonCode: String