FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: v1-list-orders-response.md
# V1 List Orders Response ## Structure `V1ListOrdersResponse` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `items` | [`?(V1Order[])`](../../doc/models/v1-order.md) | Optional | - | getItems(): ?array | setItems(?array items): void | ## Example (as JSON) ```json { "items": [ { "errors": [ { "category": "MERCHANT_SUBSCRIPTION_ERROR", "code": "MAP_KEY_LENGTH_TOO_LONG", "detail": "detail6", "field": "field4" } ], "id": "id8", "buyer_email": "buyer_email0", "recipient_name": "recipient_name6", "recipient_phone_number": "recipient_phone_number6" }, { "errors": [ { "category": "MERCHANT_SUBSCRIPTION_ERROR", "code": "MAP_KEY_LENGTH_TOO_LONG", "detail": "detail6", "field": "field4" } ], "id": "id8", "buyer_email": "buyer_email0", "recipient_name": "recipient_name6", "recipient_phone_number": "recipient_phone_number6" } ] } ```
Save
Back