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