The EventItem type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
An array of item attributes and options
|
![]() | DefaultQuantityAvailable |
Number of items available for sale, displayed on the registration page if show_quantity_available = true.
|
![]() | DefaultQuantityTotal |
The total quantity of items offered for sale, minimum = 0, cannot leave blank.
If the item has attributes, the summation of the quantity_total for all attributes automatically overwrites the value you enter here.
|
![]() | Description |
The item description that is shown on the registration page
|
![]() | Id |
The items unique ID
|
![]() | Name |
Item name that is shown on the registration page
|
![]() | PerRegistrantLimit |
The maximum quantity of this item that a registrant, as well as any of their guests, can purchase, minimum = 0, cannot leave blank; value cannot be greater than the value of default_quantity_available
|
![]() | Price |
The item cost, minimum = 0.00
|
![]() | ShowQuantityAvailable |
If true, displays the remaining quantity of this item for purchase on the registration page
|
See Also