[AllowOverridesAttribute]
public class ExhibitorApplicationCartItem : ComplexCartItem<AllowOverridesAttribute>
Public Class ExhibitorApplicationCartItem
Inherits ComplexCartItem[AllowOverridesAttribute]
public ref class ExhibitorApplicationCartItem : public ComplexCartItem[<AllowOverridesAttribute>]
type ExhibitorApplicationCartItem =
class
inherit ComplexCartItem
end| ExhibitorApplicationCartItem | Initializes a new instance of the ExhibitorApplicationCartItem class |
| BoothComplementItems | |
| Booths | |
| CartItemId | (Overrides ComplexCartItemCartItemId) |
| CustomerId | |
| DiscountAmountApplied | (Inherited from ComplexCartItem) |
| ExhibitionId | |
| 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) |
| Name | (Inherited from ComplexCartItem) |
| SubTotal | (Inherited from ComplexCartItem) |
| TaxApplied | (Inherited from ComplexCartItem) |
| Total | (Inherited from ComplexCartItem) |
| GetAllInvoiceDetailsIncludingNested | (Overrides ComplexCartItemGetAllInvoiceDetailsIncludingNested) |
| GetHighLevelName | (Overrides ComplexCartItemGetHighLevelName) |