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

io.paymenthighway.model.response.Result Maven / Gradle / Ivy

There is a newer version: 2.1.1.1
Show newest version
package io.paymenthighway.model.response;

public class Result {
  String code;
  String message;

  public String getCode() {
    return code;
  }

  public String getMessage() {
    return message;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy