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

com.ingenico.direct.domain.CapturesResponse 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 CapturesResponse {

	private List captures = null;

	/**
	 * The list of all captures performed on the requested payment.
	 */
	public List getCaptures() {
		return captures;
	}

	/**
	 * The list of all captures performed on the requested payment.
	 */
	public void setCaptures(List value) {
		this.captures = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy