EventSponsorshipCartItem Class

Represents an event sponsorship in a netFORUM shopping cart.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[AllowOverridesAttribute]
public class EventSponsorshipCartItem : ComplexCartItem
Inheritance
Object    ComplexCartItem    EventSponsorshipCartItem

Remarks

This type is customizable, and maps to the netFORUM business object "EventsSponsor"

Constructors

EventSponsorshipCartItemInitializes a new instance of the EventSponsorshipCartItem class

Properties

CartItemId
(Overrides ComplexCartItemCartItemId)
DiscountAmountApplied
(Inherited from ComplexCartItem)
InvoiceDetails 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)
MainSponsorshipFee 
Name
(Inherited from ComplexCartItem)
OtherSponsorshipFees 
SponsorshipTypeId 
SubTotal
(Inherited from ComplexCartItem)
TaxApplied
(Inherited from ComplexCartItem)
Total
(Inherited from ComplexCartItem)

Methods

See Also