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

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

The newest version!
package com.banxa.model;

public class RequestedFx {
    private String currency;
    private Double rate;
    private Double amount;
    private Double merchantFee;

    public String getCurrency() {
        return currency;
    }

    public Double getRate() {
        return rate;
    }

    public Double getAmount() {
        return amount;
    }

    public Double getMerchantFee() {
        return merchantFee;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy