Skip to content

Commit

Permalink
Merge pull request #8 from Kount/omniscoreupdate
Browse files Browse the repository at this point in the history
Omniscore Implemented In Java
  • Loading branch information
ShermanKester authored Aug 21, 2019
2 parents bf86581 + 51f3c83 commit 205d822
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kount-ris-sdk/src/main/java/com/kount/ris/Response.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,15 @@ public String getReasonCode() {
public String getScore() {
return this.params.get("SCOR");
}

/**
* Get the Kount Omniscore.
*
* @return Omniscore
*/
public String getOmniscore() {
return this.params.get("OMNISCORE");
}

/**
* Get the geox.
Expand Down

0 comments on commit 205d822

Please sign in to comment.