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

com.ingenico.direct.domain.FixedListValidator 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 FixedListValidator {

	private List allowedValues = null;

	public List getAllowedValues() {
		return allowedValues;
	}

	public void setAllowedValues(List value) {
		this.allowedValues = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy