Skip to content

Instantly share code, notes, and snippets.

@nicmarti
Created March 21, 2013 16:46
Show Gist options
  • Save nicmarti/5214545 to your computer and use it in GitHub Desktop.
Save nicmarti/5214545 to your computer and use it in GitHub Desktop.
case class TicketRequest(max: String, eventId: Long, start: String, tickets: List[Ticket])
case class Ticket(modifiedOn: Date,
optIn:Boolean,
ticketId: Long,
email:String,
invoiceState:String,
ticketType: String,
modifiedTime: Long,
partnerCode: String,
company: String,
fullName: String,
uuid: String,
tagId: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment