Package com.skava.payment.model.response
Class ValidationResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.payment.model.response.ResponseModel
com.skava.payment.model.response.PaymentServiceResponse
com.skava.payment.model.response.ValidationResponse
- All Implemented Interfaces:
Serializable
This class defines the ValidationResponse model.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields inherited from class com.skava.payment.model.response.PaymentServiceResponse
processorResponse, status
Fields inherited from class com.skava.payment.model.response.ResponseModel
responseCode, responseMessage
-
Constructor Summary
ConstructorsConstructorDescriptionValidationResponse
(ResponseCode responseCode, String message, ValidationErrorModel validationErrors) -
Method Summary
Methods inherited from class com.skava.payment.model.response.PaymentServiceResponse
getAsResponseEntity
-
Constructor Details
-
ValidationResponse
public ValidationResponse(ResponseCode responseCode, String message, ValidationErrorModel validationErrors) - Parameters:
responseCode
- object ofResponseCode
message
- localized messagevalidationErrors
- errors for PaymentServiceResponse
-