co.omise.models.OmiseObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of omise-java Show documentation
Show all versions of omise-java Show documentation
Java bindings for the Omise API
package co.omise.models;
public interface OmiseObject {
String getObject();
void setObject(String object);
String getLocation();
void setLocation(String location);
}