one.credify.sdk.exception.BnplOrderAlreadyCanceledException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
CredifySDK for third parties who want to integrate with Credify ecosystem
package one.credify.sdk.exception;
public class BnplOrderAlreadyCanceledException extends CredifyException{
public BnplOrderAlreadyCanceledException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy