Class ProfileResult

java.lang.Object
com.thalesgroup.gemalto.d1.clicktopay.ProfileResult

public class ProfileResult extends Object
The ProfileResult that is returned from Click to Pay service.
Since:
4.3.0
  • Constructor Details

  • Method Details

    • getProfileList

      @NonNull public List<Profile> getProfileList()
      Gets the list of profiles that are enrolled in the Click to Pay service.
    • getErrorMessage

      @Nullable public String 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.