vw_event_price_schedules
Each row represents a price schedule assigned to an event.
Column | Type | Description |
---|---|---|
event_id | varchar(64) | Id of the event |
price_schedule_id | varchar(64) | Id of the price schedule assigned to the event |
price_schedule_name | varchar(1024) | Name of the price schedule |
price_schedule_is_active | tinyint | Is the price schedule active? |
price_schedule_is_exhibitor_pricing | tinyint | Is this an exhibitor price schedule? |
price_schedule_is_hospitality_pricing | tinyint | |
price_schedule_is_booking_pricing | tinyint | |
price_schedule_rental_revenue_gl_code_id | varchar(64) | Id of the rental revenue GL code |
price_schedule_rental_revenue_gl_code_name | varchar(1024) | Name of the rental revenue GL code |
price_schedule_rental_revenue_gl_code | varchar(1024) | Code of the rental revenue GL code |