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

com.riskified.models.TaxLine Maven / Gradle / Ivy

The newest version!
package com.riskified.models;

public class TaxLine {
    private Float price;
    private Float rate;
    private String title;

    public Float getPrice() {
        return price;
    }

    public void setPrice(Float price) {
        this.price = price;
    }

    public Float getRate() {
        return rate;
    }

    public void setRate(Float rate) {
        this.rate = rate;
    }

    public String getTitle() {
        return title;
    }

    public void setTitle(String title) {
        this.title = title;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy