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