Class AppResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.apppaymentplugin.model.response.AppResponse
- All Implemented Interfaces:
Serializable
public class AppResponse
extends com.skava.core.validation.OutputModel
Response model get from third party payment processors
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppResponse
(String errorCode, String errorMessage, String properties) Constructor to initiate the members except card details. -
Method Summary
-
Constructor Details
-
AppResponse
Constructor to initiate the members except card details. Card details is optional field.- Parameters:
confirmationcode
- The errorCode that needs to be set in payment responseconfirmationtime
- The errorMessage that needs to be set in payment responseproperties
- The properties that needs to be set in payment response
-