com.fedapay.collections.CurrencyCollection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fedapay-java Show documentation
Show all versions of fedapay-java Show documentation
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;
}