![JAR search and dependency download from the Maven repository](/logo.png)
net.nitrado.api.order.Price Maven / Gradle / Ivy
package net.nitrado.api.order;
/**
*
*/
public class Price {
private int count;
private int price;
public int getCount() {
return count;
}
public int getPrice() {
return price;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy