TransactionResponseSearchConfig

A list of search terms supported by the tender provider. This will populate the list of search terms displayed by the Toast POS system when a search is requested.

Array of objects (KeyValue)

The search terms supported by the tender provider. The key corresponds to the name of the search field. The value will control what type of keybord the user sees when they click on the search field. The value field must be one of the following; "NUMBER", "PHONE_NUMBER", "TEXT", or "EMAIL". The key value will be represented in any subsequent TENDER_SEARCH requests. This list is limited to four values. any values after the first four will be ignored.

{
  • "searchTermNames": [
    ]
}