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

com.ingenico.direct.domain.RedirectPaymentProduct809SpecificInput 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 iDeal payments (Payment product ID 809)
 */
public class RedirectPaymentProduct809SpecificInput {

	private String issuerId = null;

	/**
	 * Unique ID of the issuing bank of the customer
	 */
	public String getIssuerId() {
		return issuerId;
	}

	/**
	 * Unique ID of the issuing bank of the customer
	 */
	public void setIssuerId(String value) {
		this.issuerId = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy