Class DynamicShippingOption
java.lang.Object
com.softslate.commerce.businessobjects.shipping.DynamicShippingOption
This class is used to store 3rd party shipping quotes returned from web services.
For example, when the USPS shipping calculator is enabled, this class stores the
choices for shipping (based on the buyer's zip code and item weights) in the
buyer's session. This allows SoftSlate to only query the 3rd party web service
once, and keep the results around in between http requests.
- Author:
- Justin Casp
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPrice()
void
setDescription
(String description) void
setOptionId
(String optionId) void
-
Field Details
-
optionId
-
description
-
price
-
-
Constructor Details
-
DynamicShippingOption
-
-
Method Details
-
getDescription
-
setDescription
-
getOptionId
-
setOptionId
-
getPrice
-
setPrice
-