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
Apptus.ESales.ConnectorSKUList
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax
C#
public class SKUList
The SKUList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SKUList | Initializes a new instance of the SKUList class  | 
Methods
| Name | Description | |
|---|---|---|
| AddProduct | 
            Add a product to the list.
              | |
| AddVariant(String) | 
            Add a variant to the list without specify which product it belongs to.
              | |
| AddVariant(String, String) | 
            Add a to the list specifying which product it belongs to.
              | |
| Build | 
            Build http argument from this list 
              | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IsEmpty | 
            Check if the SKUList contains any elements
              | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
See Also