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

com.ingenico.direct.domain.MobilePaymentProduct320SpecificInput 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 information specific to Google Pay. Required for payments with product 320.
 */
public class MobilePaymentProduct320SpecificInput {

	private GPayThreeDSecure threeDSecure = null;

	/**
	 * Object containing specific data regarding 3-D Secure
	 */
	public GPayThreeDSecure getThreeDSecure() {
		return threeDSecure;
	}

	/**
	 * Object containing specific data regarding 3-D Secure
	 */
	public void setThreeDSecure(GPayThreeDSecure value) {
		this.threeDSecure = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy