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

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

public class ExternalTokenLinked {

	private String GTSComputedToken = null;

	/**
	 * The GTS computed token
	 */
	public String getGTSComputedToken() {
		return GTSComputedToken;
	}

	/**
	 * The GTS computed token
	 */
	public void setGTSComputedToken(String value) {
		this.GTSComputedToken = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy