![JAR search and dependency download from the Maven repository](/logo.png)
org.vfdtech.interfaces.ICoreBankingProps Maven / Gradle / Ivy
package org.vfdtech.interfaces;
public interface ICoreBankingProps {
String getFineractPlatformTenantId();
String getConcatenatedBasicAuthCredentials();
String getCbaUrl();
default String getLookupUrl(){
return "";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy