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