Click or drag to resize

CourseRegistrationCartItem Class

Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingComplexCartItem
    Ignition.Commerce.ShoppingCourseRegistrationCartItem

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class CourseRegistrationCartItem : ComplexCartItem

The CourseRegistrationCartItem type exposes the following members.

Constructors
 NameDescription
Public methodCourseRegistrationCartItemInitializes a new instance of the CourseRegistrationCartItem class
Top
Properties
 NameDescription
Public propertyCartItemId
(Overrides ComplexCartItemCartItemId)
Public propertyCourseId 
Public propertyCourseName 
Public propertyCourseRegistrationFee 
Public propertyCustomerId 
Public propertyDiscountAmountApplied
(Inherited from ComplexCartItem)
Public propertyInvoiceDetails A collection of all of the invoice details represented by this cart item, including invoice details for any cart items nested under this one.
(Inherited from ComplexCartItem)
Public propertyName
(Inherited from ComplexCartItem)
Public propertySubTotal
(Inherited from ComplexCartItem)
Public propertyTaxApplied
(Inherited from ComplexCartItem)
Public propertyTotal
(Inherited from ComplexCartItem)
Top
Methods
See Also