com.checkout.workflows.reflow.ReflowResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkout-sdk-java Show documentation
Show all versions of checkout-sdk-java Show documentation
Checkout SDK for Java https://checkout.com
package com.checkout.workflows.reflow;
import com.checkout.EmptyResponse;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* @deprecated Instead use {@link EmptyResponse}
* This class will be removed in a future version.
*/
@Data
@Deprecated
@EqualsAndHashCode(callSuper = true)
public final class ReflowResponse extends EmptyResponse {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy