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

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

There is a newer version: 2.4.0
Show newest version
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