Click or drag to resize
DiscountCollection Methods

The DiscountCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a discount to the collection.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection
Top
Extension Methods
  NameDescription
Public Extension MethodBatchIDiscount
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
See Also