![JAR search and dependency download from the Maven repository](/logo.png)
com.logicommerce.sdk.definition.PaymentSystemDefinition Maven / Gradle / Ivy
package com.logicommerce.sdk.definition;
import com.logicommerce.sdk.enums.ConnectorType;
/**
* PaymentSystemDefinition interface.
*
* @author Logicommerce
* @since 1.0.16
*/
public interface PaymentSystemDefinition extends ConnectorDefinition {
/** {@inheritDoc} */
@Override
default ConnectorType getType() {
return ConnectorType.PAYMENT_SYSTEM;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy