FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: collected-data.md
# Collected Data ## Structure `CollectedData` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `inputText` | `?string` | Optional | The buyer's input text. | getInputText(): ?string | setInputText(?string inputText): void | ## Example (as JSON) ```json { "input_text": "input_text8" } ```
Save
Back