All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.logicommerce.sdk.models.order.DocumentPickupPointProvider Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy