Click or drag to resize

MembershipCartItem Class

Represents a membership package in a netFORUM shopping cart.
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.ShoppingComplexCartItem
    Ignition.Commerce.ShoppingMembershipCartItem

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[AllowOverridesAttribute]
public class MembershipCartItem : ComplexCartItem

The MembershipCartItem type exposes the following members.

Constructors
 NameDescription
Public methodMembershipCartItemInitializes a new instance of the MembershipCartItem class
Top
Properties
 NameDescription
Public propertyCartItemId
(Overrides ComplexCartItemCartItemId)
Public propertyChapterId 
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 propertyIsChapterMembership 
Public propertyMembershipDuesFee 
Public propertyMembershipPackageName 
Public propertyMembershipPackageProductId The Id of the membership package to be purchased upon checkout. For membership renewals, see PreviousMembershipPackageProductId for contrast.
Public propertyMembershipTypeCode 
Public propertyName
(Inherited from ComplexCartItem)
Public propertyOtherPackagedFees 
Public propertyPreviousMembershipPackageName If this MembershipCartItem represents a renewal to a different package than the membership was previously associated with, then this is the name of the pre-renewal membership package. Otherwise this property will be null.
Public propertyPreviousMembershipPackageProductId If this MembershipCartItem represents a renewal to a different package than the membership was previously associated with, then this is the Id of the pre-renewal membership package. Otherwise, this property will be null.
Public propertySourceCode 
Public propertySubTotal
(Inherited from ComplexCartItem)
Public propertyTaxApplied
(Inherited from ComplexCartItem)
Public propertyTotal
(Inherited from ComplexCartItem)
Top
Methods
Remarks
This type is customizable, and maps to the netFORUM business object "mb_membership"
See Also