public interface ShippingInterface
Modifier and Type | Method and Description |
---|---|
ShippingQuote |
getQuote(Order order,
ShippingInfo info) |
boolean |
isAvailable() |
void |
setStaticVariables()
Refreshes the static variables from the copy in the database
|
ShippingQuote getQuote(Order order, ShippingInfo info) throws java.lang.Exception
order
- the Orderinfo
- the ShippingInfojava.lang.Exception
- an unexpected exceptionboolean isAvailable() throws com.konakart.app.KKException
com.konakart.app.KKException
- an unexpected exception from the KonaKart enginevoid setStaticVariables() throws com.konakart.app.KKException
com.konakart.app.KKException
- an unexpected exception from the KonaKart engineCopyright © 2018 DS Data Systems UK Ltd.