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

com.fedapay.collections.CurrencyCollection Maven / Gradle / Ivy

Go to download

Cette librairie permettra de faire les requetes HTTP de Fedapay dans un projet Java.

The newest version!
package com.fedapay.collections;

import java.util.List;

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

public class CurrencyCollection extends FedaPayCollection {

	@JsonProperty("v1/currencies")
	private List data;	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy