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

com.ingenico.direct.domain.LineItemInvoiceData 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 the line items of the invoice or shopping cart
 */
public class LineItemInvoiceData {

	private String description = null;

	/**
	 * Shopping cart item description
	 */
	public String getDescription() {
		return description;
	}

	/**
	 * Shopping cart item description
	 */
	public void setDescription(String value) {
		this.description = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy