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

com.ingenico.direct.domain.ProductDirectory Maven / Gradle / Ivy

/*
 * This class was auto-generated from the API references found at
 * https://support.direct.ingenico.com/documentation/api/reference
 */
package com.ingenico.direct.domain;

import java.util.List;

public class ProductDirectory {

	private List entries = null;

	/**
	 * List of entries in the directory
	 */
	public List getEntries() {
		return entries;
	}

	/**
	 * List of entries in the directory
	 */
	public void setEntries(List value) {
		this.entries = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy