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.
Namespace: Apptus.ESales.Connector
public class SKUList
The SKUList type exposes the following members.
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.) |