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

com.logicommerce.sdk.models.Carriers Maven / Gradle / Ivy

The newest version!
package com.logicommerce.sdk.models;

import java.util.List;

/**
 * 

Carriers interface.

* * @author Logicommerce * @since 1.0.16 */ public interface Carriers { /** *

getPropertyIdentifier.

* * @return a {@link java.lang.String} object */ String getPropertyIdentifier(); /** *

getCarriers.

* * @return a {@link java.util.List} object */ List getCarriers(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy