Click or drag to resize

MembershipCartItem Properties

The MembershipCartItem type exposes the following members.

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
See Also