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

com.ingenico.direct.domain.PaymentProduct5100SpecificInput 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 specific input required for Cpay payments.
 */
public class PaymentProduct5100SpecificInput {

	private String brand = null;

	/**
	 * Indicate whether to use a specific Cpay brand. Brands are configurable at the payment method level. See BackOffice Cpay configuration for allowed values.
	 */
	public String getBrand() {
		return brand;
	}

	/**
	 * Indicate whether to use a specific Cpay brand. Brands are configurable at the payment method level. See BackOffice Cpay configuration for allowed values.
	 */
	public void setBrand(String value) {
		this.brand = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy