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

com.ingenico.direct.domain.TokenCardSpecificInput 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 the token details for a card
 */
public class TokenCardSpecificInput {

	private TokenData data = null;

	/**
	 * Object containing the token details for a card
	 */
	public TokenData getData() {
		return data;
	}

	/**
	 * Object containing the token details for a card
	 */
	public void setData(TokenData value) {
		this.data = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy