Class CheckThreedSecureResponse
java.lang.Object
com.skava.apppaymentplugin.model.response.CheckThreedSecureResponse
- All Implemented Interfaces:
Serializable
Response model get from third party payment processors
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCheckThreedSecureResponse(String errorcode, String errormessage, String confirmationcode, long confirmationtime, String properties) Constructor to initiate the members except card details. -
Method Summary
-
Constructor Details
-
CheckThreedSecureResponse
public CheckThreedSecureResponse(String errorcode, String errormessage, String confirmationcode, long confirmationtime, String properties) Constructor to initiate the members except card details. Card details is optional field.- Parameters:
errorcode- The errorcode that needs to be set in payment responseerrormessage- The errormessage that needs to be set in payment responseconfirmationcode- The confirmationcode that needs to be set in payment responseconfirmationtime- The confirmationtime that needs to be set in payment responseproperties- The properties that needs to be set in payment response
-