Class ProfileResult
java.lang.Object
com.thalesgroup.gemalto.d1.clicktopay.ProfileResult
The ProfileResult that is returned from Click to Pay service.
- Since:
- 4.3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the error message returned by the scheme that encounters the error.Gets the list ofprofilesthat are enrolled in the Click to Pay service.
-
Constructor Details
-
ProfileResult
-
-
Method Details
-
getProfileList
Gets the list ofprofilesthat are enrolled in the Click to Pay service. -
getErrorMessage
Gets the error message returned by the scheme that encounters the error. This value is present only when multiple schemes are used and one of them returns an error.
-