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

co.omise.models.OmiseObject Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package co.omise.models;

public interface OmiseObject {
    String getObject();

    void setObject(String object);

    String getLocation();

    void setLocation(String location);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy