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

com.checkout.forex.ForexRate Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
package com.checkout.forex;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

@Data
public class ForexRate {

    @SerializedName("exchange_rate")
    private Double exchangeRate;

    @SerializedName("currency_pair")
    private String currencyPair;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy