This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
[]
public class ShoppingCart
Visual Basic (Declaration) Copy imageCopy Code
<> _
Public Class ShoppingCart

The type exposes the following properties.

Public Properties

  Name Description
Public property CartId
Gets or sets the cart id.
Public property InTax
Gets or sets a value indicating whether [in tax].
Public property StoreId
Gets or sets the store id.
Public property UserId
Gets or sets the user id.
Public property XmlSchema
Gets or sets the XML schema.

See Also

Advanced