com.logicommerce.sdk.models.order.DocumentPickupPointProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
SDK for developing Logicommerce plugins.
The newest version!
package com.logicommerce.sdk.models.order;
/**
* DocumentPickupPointProvider interface.
*
* @author Logicommerce
* @since 1.3.8
*/
public interface DocumentPickupPointProvider {
String getName();
Integer getPickupPointProviderId();
Integer getPluginAccountId();
String getPluginAccountModule();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy