Represents a single allergen item attached to a menu entity.
allergenCode | string A string representing the allergen, for example, WHEAT. |
allergenGroupCode | string or null An optional string representing an allergen group this allergen belongs to. For example, a WHEAT allergen can belong to a CEREALS allergen group. |
allergenGroupGuid | string or null <uuid> A unique identifier for the allergen group this allergen belongs to, assigned by the Toast platform. |
allergenGuid | string <uuid> A unique identifier for this allergen, assigned by the Toast platform system. |
allergenPresenceType | string or null Indicates how the allergen is present in the menu item. Possible values include:
|
{- "allergenGuid": "b781d638-896f-4f27-ad5b-dd09c88e258a",
- "allergenCode": "string",
- "allergenGroupGuid": "a61f3327-b1ee-4d5d-b66a-5dd3afdd2b40",
- "allergenGroupCode": "string",
- "allergenPresenceType": "CONTAINS"
}