DigitalPayFraudResponse
public protocol DigitalPayFraudResponse
Undocumented
-
The fraud check client id. Will be null if the fraud check was skipped.
Declaration
Swift
var clientId: String { get }
-
The fraud check reason code. Will be null if the fraud check was skipped.
Declaration
Swift
var reasonCode: String { get }
-
The fraud check decision. Will be null if the fraud check was skipped.
Declaration
Swift
var decision: String { get }