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

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