Ticket Tiers
Overview
Data Model
interface EventTicket {
_id: MongoID;
active: Boolean;
address_required: Boolean;
approval_required: Boolean;
category: MongoID;
category_expanded: EventTicketCategory;
default: Boolean;
description: String;
description_line: String;
event: MongoID;
external_ids: String[];
limited: Boolean;
limited_whitelist_users: WhitelistUserInfo[];
offers: EventOffer[];
photos: MongoID[];
photos_expanded: File[];
position: Int;
prices: EventTicketPrice[];
private: Boolean;
ticket_count: Float;
ticket_limit: Float;
ticket_limit_per: Float;
title: String;
}Ticket Settings & Features
Basic Information
Access Control Settings
Pricing & Payment
Main Settings Controls
Business Rules
API Endpoints
Ticket Management
Last updated