Click or drag to resize

FeeCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionFee
    Dynamicweb.Ecommerce.OrdersFeeCollection

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[SerializableAttribute]
public class FeeCollection : Collection<Fee>, 
	IEnumerable<Fee>, IEnumerable

The FeeCollection type exposes the following members.

Constructors
  NameDescription
Public methodFeeCollection
Initializes a new instance of the FeeCollection class
Top
Properties
  NameDescription
Public propertyItem
Top
Methods
  NameDescription
Public methodAddRange
Public methodLoad
Top
See Also