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

com.ingenico.direct.domain.CompanyInformation 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;

/**
 * Object containing company information
 */
public class CompanyInformation {

	private String name = null;

	/**
	 * Name of company, as a customer
	 */
	public String getName() {
		return name;
	}

	/**
	 * Name of company, as a customer
	 */
	public void setName(String value) {
		this.name = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy