
Value container used for shipping calculations. This class is
meant to allow the front end code to pass shipping options
to the business object. The Invoice object then utilizes the
data stored in this object to calculate shipping rates for
the invoice in combination with the LineItems of the invoice.
Use of this object is user definable - you can choose on what
values are set and what they mean. You can also extend this
class with any custom options you need to pass forward. The
idea is that this object lets the front end communicate
values from the UI back to the Invoice to do its job
in the Invoice.CalculateShipping() method.
Assembly: webstorebusiness.dll
Namespace: Westwind.WebStore
Object
ShippingInfo
<<b>>ShippingInfo<</b>>
Class Members
© West Wind Technologies, 1996-2018 • Updated: 12/14/03
Comment or report problem with topic