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

com.banxa.model.Fee Maven / Gradle / Ivy

The newest version!
package com.banxa.model;

public class Fee {
    private String name;
    private Double amount;
    private String type;

    public String getName() {
        return name;
    }

    public Double getAmount() {
        return amount;
    }

    public String getType() {
        return type;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy