Information needed to complete a search transaction. Included if the toastTransactionType is LOYALTY_SEARCH, absent otherwise.
object (AccountSearchCriteria) A set of possible criteria to be used to search for a given loyalty account. The provider must return a list of loyalty accounts that match the criteria given so the customer can select the correct one. All of the fields are optional, though at least one will be populated. |
{- "searchCriteria": {
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "phone": "string"
}
}