ServiceOperationType
No description
enum ServiceOperationType {
  ALL
  SEARCH
  QUOTE
  BOOKING
  OTHER
}
Valuesโ
ServiceOperationType.ALLโ
ServiceOperationType.SEARCHโ
When the type of the request is Search
ServiceOperationType.QUOTEโ
When the type of the request is Quote
ServiceOperationType.BOOKINGโ
When the type of the request is Booking
ServiceOperationType.OTHERโ
When the type of the request is Other