com.adyen.service.resource.payment.Retrieve3DS2Result Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of adyen-java-api-library Show documentation
Show all versions of adyen-java-api-library Show documentation
Adyen API Client Library for Java
package com.adyen.service.resource.payment;
import com.adyen.Client;
import com.adyen.Service;
import com.adyen.service.Resource;
public class Retrieve3DS2Result extends Resource {
public Retrieve3DS2Result(Service service) {
super(service,
service.getClient().getConfig().getEndpoint() + "/pal/servlet/Payment/" + Client.API_VERSION + "/retrieve3ds2Result", null);
}
}