
com.lookfirst.wepay.api.req.WePayRequest Maven / Gradle / Ivy
The newest version!
package com.lookfirst.wepay.api.req;
import com.fasterxml.jackson.annotation.JsonIgnore;
/**
* Interface for a WePayRequest object.
*
* @author Jon Scott Stevens
* @author Jeff Schnitzer
*/
public abstract class WePayRequest {
@JsonIgnore
public abstract String getEndpoint();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy