Class PaymentAPIResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.accounts.model.exchange.response.PaymentAPIResponse
All Implemented Interfaces:
Serializable

public class PaymentAPIResponse extends com.skava.core.ResponseModel
The Class AccountBuyerAPIResponse holds the account buyer details as response data which will be sent to controller.
Author:
Infosys Equinox
See Also:
  • Field Summary

    Fields inherited from class com.skava.core.ResponseModel

    responseCode, responseMessage, timeStamp
  • Constructor Summary

    Constructors
    Constructor
    Description
    PaymentAPIResponse(String codeSuccess, String msgSuccess, Payments paymentResponse)
    Instantiates a new payment API response.
  • Method Summary

    Methods inherited from class com.skava.core.ResponseModel

    getResponseCode, getResponseMessage, getTimeStamp, setResponseCode, setResponseMessage, setTimeStamp

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PaymentAPIResponse

      public PaymentAPIResponse(String codeSuccess, String msgSuccess, Payments paymentResponse)
      Instantiates a new payment API response.
      Parameters:
      codeSuccess - the code success
      msgSuccess - the msg success
      paymentResponse - the payment response