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

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

import java.util.List;

public class SessionRequest {

	private List tokens = null;

	/**
	 * List of previously stored tokens linked to the customer that wants to checkout.
	 */
	public List getTokens() {
		return tokens;
	}

	/**
	 * List of previously stored tokens linked to the customer that wants to checkout.
	 */
	public void setTokens(List value) {
		this.tokens = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy