Class: FraudResponseReason

payments.FraudResponseReason()

new FraudResponseReason()

Source:

Methods

(static) FraudResponseReason#getAction() → {payments.FraudResponseAction}

Get the field value
Source:
Returns:
Type
payments.FraudResponseAction

(static) FraudResponseReason#getReason() → {String}

Get the field value Human readable reason associated with the rule
Source:
Returns:
Type
String

(static) FraudResponseReason#getRuleTriggered() → {String}

Get the field value Rule that triggered this action
Source:
Returns:
Type
String

(static) FraudResponseReason#setAction(action)

Set the field value
Parameters:
Name Type Description
action payments.FraudResponseAction
Source:

(static) FraudResponseReason#setReason(reason)

Set the field value Human readable reason associated with the rule
Parameters:
Name Type Description
reason String
Source:

(static) FraudResponseReason#setRuleTriggered(ruleTriggered)

Set the field value Rule that triggered this action
Parameters:
Name Type Description
ruleTriggered String
Source: