ar.com.system.afip.wsfe.service.api.WsfeError Maven / Gradle / Ivy
package ar.com.system.afip.wsfe.service.api;
public interface WsfeError {
int getCode();
String getMsg();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package ar.com.system.afip.wsfe.service.api;
public interface WsfeError {
int getCode();
String getMsg();
}