FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: confirmation-decision.md
# Confirmation Decision ## Structure `ConfirmationDecision` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `hasAgreed` | `?bool` | Optional | The buyer's decision to the displayed terms. | getHasAgreed(): ?bool | setHasAgreed(?bool hasAgreed): void | ## Example (as JSON) ```json { "has_agreed": false } ```
Save
Back