All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.payu.sdk.api.model.response.ResponseCode Maven / Gradle / Ivy

The newest version!
package com.payu.sdk.api.model.response;

public enum ResponseCode {

  /**
   * Success response code.
   */
  SUCCESS,
  /**
   * Error response core
   */
  ERROR

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy