Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CXoneDigitalCustomerSearchRequest

Interface used for customer search query param and filter support request payload

Hierarchy

  • CXoneDigitalCustomerSearchRequest

Index

Properties

hasNote?: string
remarks
  • has note filter option
order?: string
remarks
  • name of search column for sorting.
orderBy?: SortingType
remarks
  • asc or desc sort type for contact search results.
page?: number
remarks
  • page number received in previous response for next pagination.
query?: string
remarks
  • search key entered in search box.
sorting?: string
remarks
  • name of search column for sorting.
sortingType?: SortingType
remarks
  • asc or desc sort type for message search results.

Generated using TypeDoc