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

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

package com.fedapay.collections;

import java.util.List;

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

public class PageCollection extends FedaPayCollection {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy