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
Member Of
StatsFilterInput
input