Class AppResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.apppaymentplugin.model.response.AppResponse
All Implemented Interfaces:
Serializable

public class AppResponse extends com.skava.core.validation.OutputModel
Response model get from third party payment processors
See Also:
  • Constructor Details

    • AppResponse

      public AppResponse(String errorCode, String errorMessage, String properties)
      Constructor to initiate the members except card details. Card details is optional field.
      Parameters:
      confirmationcode - The errorCode that needs to be set in payment response
      confirmationtime - The errorMessage that needs to be set in payment response
      properties - The properties that needs to be set in payment response