
com.logicommerce.sdk.models.order.GeographicalZone 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.
package com.logicommerce.sdk.models.order;
/**
* GeographicalZone interface.
*
* @author Logicommerce
* @since 1.0.16
*/
public interface GeographicalZone {
/**
* getCountryId.
*
* @return a int
*/
int getCountryId();
/**
* getLocationId.
*
* @return a int
*/
int getLocationId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy