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

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

/**
 * Meal vouchers (payment product 5402) specific details
 */
public class PaymentProduct5402SpecificOutput {

	private String brand = null;

	/**
	 * The specific meal voucher brand used for the transaction
	 */
	public String getBrand() {
		return brand;
	}

	/**
	 * The specific meal voucher brand used for the transaction
	 */
	public void setBrand(String value) {
		this.brand = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy