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

br.com.moip.resource.Item Maven / Gradle / Ivy

There is a newer version: 4.7.6
Show newest version
package br.com.moip.resource;

public class Item {

    private String product;
    private Integer quantity;
    private String detail;
    private Integer price;

    public String getProduct() {
        return product;
    }

    public Integer getQuantity() {
        return quantity;
    }

    public String getDetail() {
        return detail;
    }

    public Integer getPrice() {
        return price;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy