NewTicket

constructor(title: String, description: String? = null, ticketNumber: String? = null, category: TicketCategory = TicketCategory.GENERIC, source: TicketSource = TicketSource.MANUAL, issuer: TicketOrganization? = null, holder: TicketPerson? = null, seats: List<TicketSeat> = emptyList(), barcodes: List<TicketBarcode> = emptyList(), totalPrice: String? = null, priceCurrency: String? = null, dateIssued: String? = null, validFrom: String? = null, validThrough: String? = null, reservation: TicketReservation? = null, journey: TicketJourney? = null, event: TicketEvent? = null, membership: TicketMembership? = null, style: TicketStyle? = null, details: List<TicketDetail> = emptyList(), relevantLocations: List<TicketRelevantLocation> = emptyList(), relevantDate: String? = null, wifiNetworks: List<TicketWifi> = emptyList(), silenceRequested: Boolean? = null, voided: Boolean? = null, serialNumber: String? = null, groupingIdentifier: String? = null, organizationName: String? = null, passTypeIdentifier: String? = null, teamIdentifier: String? = null, webServiceUrl: String? = null, authenticationToken: String? = null, sharingProhibited: Boolean? = null, relevantStartDate: String? = null, relevantEndDate: String? = null, beacons: List<TicketBeacon> = emptyList(), copiedFrom: String? = null)