Click or drag to resize
ShippingPrices Class
Container for the shipping prices and applied discounts.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceShippingPrices

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class ShippingPrices

The ShippingPrices type exposes the following members.

Constructors
  NameDescription
Public methodShippingPrices
Top
Properties
  NameDescription
Public propertyAppliedDiscounts
Collection of the applied IDiscount discounts.
Public propertyPrice
Calculated shipping price. All discounts are included.
Public propertyShippingDiscountSummary
Applied discounts summary. Sum of the discount is already applied in the Price property.
Public propertyStandardPrice
Standard shipping price. Price does not contain any discounts.
Top
See Also