public interface ShippingQueryHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onPreCheckoutQuery(PreCheckoutQuery preCheckoutQuery)
Handles an incoming pre-checkout query.
|
void |
onShippingQuery(ShippingQuery shippingQuery)
Handles an incoming shipping query.
|
void onShippingQuery(ShippingQuery shippingQuery) throws java.lang.Throwable
shippingQuery - new incoming shipping queryjava.lang.Throwable - if a throwable is thrownvoid onPreCheckoutQuery(PreCheckoutQuery preCheckoutQuery) throws java.lang.Throwable
preCheckoutQuery - new incoming pre-checkout queryjava.lang.Throwable - if a throwable is thrown