Click or drag to resize
SKUList Class

List of products and variants. Used for notifying payments.

Add products to list if no specific variant of the product is used. Add product variant pairs if a specific variant is used of the product.

Inheritance Hierarchy
SystemObject
  Apptus.ESales.ConnectorSKUList

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public class SKUList

The SKUList type exposes the following members.

Constructors
  NameDescription
Public methodSKUList
Initializes a new instance of the SKUList class
Top
Methods
  NameDescription
Public methodAddProduct
Add a product to the list.
Public methodAddVariant(String)
Add a variant to the list without specify which product it belongs to.
Public methodAddVariant(String, String)
Add a to the list specifying which product it belongs to.
Public methodBuild
Build http argument from this list
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEmpty
Check if the SKUList contains any elements
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also