Class SessionResponse
java.lang.Object
com.skava.apppaymentplugin.model.response.SessionResponse
- All Implemented Interfaces:
Serializable
Response model get from third party payment processors
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionResponse
(String confirmationcode, long confirmationtime, String properties) Constructor to initiate the members except card details. -
Method Summary
-
Constructor Details
-
SessionResponse
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
-