Class Disposition


  • public final class Disposition
    extends AbstractModel
    This class contains the disposition set by custom rules.
    • Constructor Detail

      • Disposition

        public Disposition​(String action,
                           String reason)
      • Disposition

        public Disposition()
    • Method Detail

      • getAction

        public String getAction()
        Returns:
        A 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.
      • getReason

        public String getReason()
        Returns:
        A 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.