Class TokenResponse

java.lang.Object
com.skava.apppaymentplugin.model.response.TokenResponse
All Implemented Interfaces:
Serializable

public class TokenResponse extends Object implements Serializable
Response model get from third party payment processors
See Also:
  • Constructor Details

    • TokenResponse

      public TokenResponse(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 response
      errormessage - The errormessage that needs to be set in payment response
      confirmationcode - The confirmationcode that needs to be set in payment response
      confirmationtime - The confirmationtime that needs to be set in payment response
      properties - The properties that needs to be set in payment response