Class PaymentResponseCode

java.lang.Object
com.skava.accounts.constant.ResponseCode
com.skava.accounts.constant.PaymentResponseCode
All Implemented Interfaces:
Serializable

public class PaymentResponseCode extends ResponseCode
The Class PaymentResponseCode consists of response codes which are used in all Payment apis and Payment validators.
See Also:
  • Field Details

    • ENTITY_PAYMENT

      public static final String ENTITY_PAYMENT
      ENTITY_PAYMENT.
      See Also:
    • PAYMENT_CREATE_SUCCESS

      public static final String PAYMENT_CREATE_SUCCESS
      The Constant PAYMENT_CREATE_SUCCESS.
      See Also:
    • PAYMENT_CREATE_FAILURE

      public static final String PAYMENT_CREATE_FAILURE
      The Constant PAYMENT_CREATE__FAILURE.
      See Also:
    • PAYMENT_FIND_ALL_SUCCESS

      public static final String PAYMENT_FIND_ALL_SUCCESS
      The Constant PAYMENT_FIND_ALL_SUCCESS.
      See Also:
    • PAYMENT_NOT_EXISTS

      public static final String PAYMENT_NOT_EXISTS
      The Constant PAYMENT_NOT_EXISTS.
      See Also:
    • PAYMENT_FIND_SUCCESS

      public static final String PAYMENT_FIND_SUCCESS
      The Constant PAYMENT_FIND_SUCCESS.
      See Also:
    • PAYMENT_DELETE_SUCCESS

      public static final String PAYMENT_DELETE_SUCCESS
      The Constant PAYMENT_DELETE_SUCCESS.
      See Also:
    • PAYMENT_DELETE_FAILURE

      public static final String PAYMENT_DELETE_FAILURE
      The Constant PAYMENT_DELETE_FAILURE.
      See Also:
    • PAYMENT_UPDATE_SUCCESS

      public static final String PAYMENT_UPDATE_SUCCESS
      The Constant PAYMENT_UPDATE_SUCCESS.
      See Also:
    • PAYMENT_UPDATE_FAILURE

      public static final String PAYMENT_UPDATE_FAILURE
      The Constant PAYMENT_UPDATE_FAILURE.
      See Also:
    • PAYMENT_INVALID_STATUS

      public static final String PAYMENT_INVALID_STATUS
      The Constant PAYMENT_INVALID_STATUS.
      See Also:
    • PAYMENT_FIND_FAILURE

      public static final String PAYMENT_FIND_FAILURE
      The Constant PAYMENT_FIND_SUCCESS.
      See Also:
    • PAYMENT_DOESNOT_EXIST

      public static final String PAYMENT_DOESNOT_EXIST
      The Constant PAYMENT_DOESNOT_EXIST.
      See Also:
  • Constructor Details

    • PaymentResponseCode

      public PaymentResponseCode()