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

com.fedapay.utile.CurrencyModel Maven / Gradle / Ivy

package com.fedapay.utile;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.fedapay.model.Currency;

public class CurrencyModel extends FedaPayModel {

	@JsonProperty("v1/currency")
	private Currency data ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy