[AllowOverridesAttribute]
public class ExhibitorApplicationBoothCartItem : ComplexCartItem<AllowOverridesAttribute>
Public Class ExhibitorApplicationBoothCartItem
Inherits ComplexCartItem[AllowOverridesAttribute]
public ref class ExhibitorApplicationBoothCartItem : public ComplexCartItem[<AllowOverridesAttribute>]
type ExhibitorApplicationBoothCartItem =
class
inherit ComplexCartItem
end| ExhibitorApplicationBoothCartItem | Initializes a new instance of the ExhibitorApplicationBoothCartItem class |
| BoothCategoryId | |
| BoothFee | |
| BoothNumberId | The specific booth number that will be assigned at the time of purchase. If no booth number is assigned at the time of purchase, internal staff may assign a booth number at a later date via NetFORUM or exhibit planning software. |
| BoothTypeId | |
| 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) |
| Name | (Inherited from ComplexCartItem) |
| SubTotal | (Inherited from ComplexCartItem) |
| TaxApplied | (Inherited from ComplexCartItem) |
| Total | (Inherited from ComplexCartItem) |
| GetAllInvoiceDetailsIncludingNested | (Overrides ComplexCartItemGetAllInvoiceDetailsIncludingNested) |
| GetHighLevelName | (Overrides ComplexCartItemGetHighLevelName) |