Package com.creditcall.chipdnamobile
Class ResultID
- java.lang.Object
-
- com.creditcall.chipdnamobile.ResultID
-
public class ResultID extends java.lang.ObjectThe possible values returned for ResultID.- Author:
- Creditcall Ltd
-
-
Field Summary
Fields Modifier and Type Field Description static ResultIDApproved(0) Approvedstatic ResultIDDeclined(1) Declinedstatic ResultIDPartialApproval(10) Partial Approvalstatic ResultIDVoiceReferral(2) Voice Referral
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetResultID()Gets the numeric ID for the result.
-