Skip to content

Instantly share code, notes, and snippets.

@timperrett
Created June 7, 2011 14:20
Show Gist options
  • Save timperrett/1012344 to your computer and use it in GitHub Desktop.
Save timperrett/1012344 to your computer and use it in GitHub Desktop.
case class XSetTrackingParameter(inTicketID: Option[String],
inParam: xmpiewsapi.XParameter)
case class XParameter(m_Name: Option[String],
m_Value: Option[String])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment