com.fastchar.pay.FastPayConfig Maven / Gradle / Ivy
package com.fastchar.pay;
import com.fastchar.interfaces.IFastConfig;
public class FastPayConfig implements IFastConfig {
private boolean debug;
public boolean isDebug() {
return debug;
}
public FastPayConfig setDebug(boolean debug) {
this.debug = debug;
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy