public final class Disposition extends AbstractModel
Constructor and Description |
---|
Disposition() |
Disposition(String action,
String reason) |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String |
getReason() |
toJson, toString
public String getAction()
String
with the action to take on the transaction as
defined by your custom rules. The current set of values are
"accept", "manual_review", and "reject". If you do not have
custom rules set up, null
will be returned.public String getReason()
String
with the reason for the action. The current
possible values are "custom_rule", "block_list", and "default".
If you do not have custom rules set up, null
will be
returned.Copyright © 2019 MaxMind, Inc.. All rights reserved.