com.fedapay.collections.EventCollection 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.Event;
public class EventCollection extends FedaPayCollection {
@JsonProperty("v1/events")
protected List data;
}